kev69r Posted July 11, 2003 Share Posted July 11, 2003 I had a problem with the golbals registry which i think i fixed with help but now when i try opening a .php file i get this message. can anyone point me in the wright direction and please use laymans terms as i a very new to this. Warning: Access denied for user: '[email protected]' (Using password: YES) in c:phpdevwwwcatalogincludesfunctionsdatabase.php on line 19 Warning: MySQL Connection Failed: Access denied for user: '[email protected]' (Using password: YES) in c:phpdevwwwcatalogincludesfunctionsdatabase.php on line 19 Unable to connect to database server! Cheers Kev Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2003 Share Posted July 11, 2003 Warning: Access denied for user: '[email protected]' (Using password: YES) in c:phpdevwwwcatalogincludesfunctionsdatabase.php on line 19Make sure that the user lockpick_osc1 with domain 127.0.0.1 exists in the database. If you have a tool like phpMyAdmin, you will want to look in the table Users. If the user/domain combination exists, you are probably using the wrong password. Delete the user and recreate with a new password. Make sure that you give the user rights to the database. There is more information about MySQL user management here. Good luck, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.