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

前端 未结 16 1094
萌比男神i
萌比男神i 2020-11-22 15:30

I\'m new to MySQL, I\'m trying to run WordPress in my Windows desktop and it needs MySQL.

I install everything with Web Platform Installer which is prov

16条回答
  •  甜味超标
    2020-11-22 15:50

    1. Change the password from config.inc.php present in C:\xampp\phpMyAdmin.
    2. Type mysql -u root -p in the command prompt.
    3. You will be asked to enter the password. Enter that password which you updated in the config.inc.php.

提交回复
热议问题