Author Topic: Error when logging in...  (Read 3564 times)

jeffb0

  • Posts: 15
    • View Profile
Error when logging in...
« on: May 10, 2004, 05:59:45 pm »
I am getting this error all of a sudden when trying to log in to Listmail:

(THIS IS THE LOGIN SCREEN)

Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293
Could not connect to MySQL, host / user / pass = / /
MySQL Error: Access denied for user: 'root@localhost' (Using password: NO)

Any ideas why?  Nothing has changed on my server.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Error when logging in...
« Reply #1 on: May 11, 2004, 12:01:56 pm »
It appears that your config.php file has been deleted or changed.  Please check that it exists in your ListMail folder and contains your correct MySQL access information.

Help can be found at the following URL:
http://www.listmailpro.com/help/3.html
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

jeffb0

  • Posts: 15
    • View Profile
Error when logging in...
« Reply #2 on: May 12, 2004, 09:27:55 am »
My config.php file has not changed.  Now I am getting this error (only change is the user):

Warning: mysql_connect(): Access denied for user: 'evileye@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293
Could not connect to MySQL, host / user / pass = / /
MySQL Error: Access denied for user: 'evileye@localhost' (Using password: NO)

###

My config.php:

$sqlhost = 'localhost';

$sqluser = 'myusername';
$sqlpass = 'mypassword';
$sqldb = 'listmail';

I am using Zend Performance Suite, is there anything I need to know about this?  The problem seems to be coming from that.

EDIT: for those using Zend, "full filepath identification" must be ON.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Error when logging in...
« Reply #3 on: May 13, 2004, 12:54:40 am »
I am not sure why this is happening.  Unfortunately, I do not know what system changes the Zend Performance Suite applies.

Quote
Warning: mysql_connect(): Access denied for user: 'evileye@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293

What's concerning is that it says "Using password: NO" in the error message.  The script should definitely be trying a password.

I wish I had a clear reason for this one.  Did you only just recently install ZPS?  What other system changes, if any, have you made?  (Oh, you stated you made none..  :?)..
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting