Connecting to mysql in xampp without password

后端 未结 1 1952
孤城傲影
孤城傲影 2021-01-29 11:57

I want to configure the mysql xampp password to no password. I opened the my.ini and I saw the following line:

# password       = password

I I

相关标签:
1条回答
  • 2021-01-29 12:39

    If you haven't set a password for MySQL (check by opening the MySQL config through XAMPP), just put "" as the password. Make sure your PHP script is also configured to use that as the password, because it is currently trying to use one (hence the Using password: YES).

    0 讨论(0)
提交回复
热议问题