XAMPP – CD COLLECTION
It is a php application that comes enbedded in Xamp.
It was working great, but when I set root acess password on Xampp, I coudn’t run it anymore. The access was denied.
Here is what to do to activate CD collection access
1- Go to your files Xampp directory on your drive at: xampp/htdocs/xampp
2- Locate the file named: cds.php
3- Open that file in notpad or Notepad++
4- Go to the line 5 : mysql_connect(« localhost », « root », « »);
5- Type your root password between the quotes
You’ll get: mysql_connect(« localhost », « root », « myrootpassword »);
6- Go to the line 78: if(!mysql_connect(« localhost », »root », » »))
7- Type your root password between the quotes.
You’ll get: if(!mysql_connect(« localhost », »root », »myrootpassword »))
8- Save cds.php.
That’s, you’ll be able to open your CD collection.