标签:wordpress
After installing a local server and trying to access phpMyAdmin, you could possibly encounter the error: #1045 Access Denied for user ‘root‘@‘localhost‘ (using password: YES).
If root@localhost wasn‘t granted the necessary rights to access the database or you provided the wrong password, you will then encounter this error.
Following this tutorial will help guide you on bypassing this error, for any local host server using phpMyAdmin.
If you get an Error #1045 in phpMyAdmin it will look like the image below:
If you have a password, you can ignore this part.
SET Password=PASSWORD("EnterYourPasswordHere")
WHERE User="root";
How to Solve Error #1045 in phpMyAdmin
标签:wordpress
原文地址:http://blog.csdn.net/sangjeedondrub/article/details/46054281