I have wamp server installed on my laptop. I can access phpmyadmin via localhost. I have a mysql password set in client section of my.ini, however at the bottom of the localhost screen is a warning:
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user 'root'.
Even with the password set in client section of my.ini, I cannot log into mysql. If I set the password setting in config.inc.php to that in my.ini, access to phpmyadmin is blocked. Where is the password for mysql supposed to be set in wamp?
Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user 'root'.
Even with the password set in client section of my.ini, I cannot log into mysql. If I set the password setting in config.inc.php to that in my.ini, access to phpmyadmin is blocked. Where is the password for mysql supposed to be set in wamp?