I have changed my username and password in the my.ini file, and when I try to connect to the database with my username/password, it gives me this warning message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'conx@127.0.0.1' (Using password: YES) in E:\web\index.php on line 2
Uh Oh, Could not connect
However, I am able to connect using the username root and no password, but it gives me this message:
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.
Can anyone help me fix this username/password problem? Thanks.