Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

can't connect to my database


osfalcon

Recommended Posts

Posted

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"

Posted

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.

Posted
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"

 

 

thanks,

 

the connection script adds the name of your database and a underscore

to the username and I didnt know that.

 

onchrome_test

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...