From: Mike L. <ca...@cl...> - 2001-02-28 01:31:35
|
Trying to install the phphelpdesk. I've created the various tables with $mysql -u root -p < phphelpdesk.mysql I can see the tables are actually created by the following: $mysql phphelpdesk >select * from security; .... .... The problem is, no matter what I enter for a username / password combination, I get the following message in my browser: Warning: MySQL Connection Failed: Access denied for user: 'phphdadmin@localhost' (Using password: YES) in /var/www/html/helpdesk/includes/connect.inc.php on line 4 ERROR: Can not connect to database I'm at the end of my very short MySQL rope now. I've searched the archives and found nothing appropriate. Thanks, Mike |