Database problem
雨譕
雨譕 2017-10-24 20:07:25
0
3
1164

[Error message]

Access denied for user 'root'@'localhost' (using password: YES)


雨譕
雨譕

reply all(3)
nearest

The problem is that you entered the password YES when connecting to the database, but your root password may not have been set yet. Just change YES to a null value.

phpcn_u47763

Database password error

  • reply How to modify it
    雨譕 author 2017-10-25 14:24:28
  • reply Reply Luo Qiemo: First think about the password you set when you installed the database. If you forget it, reinstall it, then $conn = mysqli_connect('127.0.0.1:3306', username, password);
    phpcn_u47763 author 2017-10-25 14:26:19
路过

I told you, access is not allowed. For this kind of problem, you can go to Baidu, there are many

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!