Page 1 of 1

mysql password not accepted.

PostPosted: 06. February 2005 15:08
by Shady
After installing xampp, i've tried the cd collection mysql sample and it worked fine.

Under security I've changed the Mysql password, and when login in under phpmyadmin it asks for the password and it seems to work fine.

After editing cds.php in order to fill in the new password, it still doesn't connect to the mysql database.

mysql_connect("localhost","root","bs");
mysql_select_db("cdcol");

I haven't changed the root name, just added a password.


Why doesn't it connect to the database? Are there other configuration files that need editing in order for a password to work correctly?

Thanks in advance for answering,
Shady