I installed PHP/Apache/MySQL recently and everything seems to be working well. How do I set my root password. To access my db I use <P>@mysql_connect("localhost", "database", "");<P>It works. I run ...
If you're using a different host or username, replace 'root'@'localhost' with your specific user and host combination. Flush privileges: After changing the password, you should flush the privileges to ...