osfalcon Posted August 12, 2005 Posted August 12, 2005 I keep getting the following error when trying to connect to my database: Access denied for user: 'test@localhost' (Using password: YES) installation location: http://www.onchrome.com/shop/install/install.php?step=2 any suggestions whould be great. thanks
Kolla Posted August 13, 2005 Posted August 13, 2005 If you have MYSQL Database, you can change the password for the "test" user using the command below. Type this command in the MySql shell. Replace user_name , host_name and newpwd according to your needs. mysqladmin -u user_name -h host_name password "newpwd"
Wendy James Posted August 13, 2005 Posted August 13, 2005 Is test your username? Never saw someone pick that before. :) Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
osfalcon Posted August 13, 2005 Author Posted August 13, 2005 If you have MYSQL Database, you can change the password for the "test" user using the command below. Type this command in the MySql shell. Replace user_name , host_name and newpwd according to your needs. mysqladmin -u user_name -h host_name password "newpwd" <{POST_SNAPBACK}> thanks, the connection script adds the name of your database and a underscore to the username and I didnt know that. onchrome_test
Recommended Posts
Archived
This topic is now archived and is closed to further replies.