Tag Archives: ERROR 1045: Access denied for user: ‘root@localhost’ (Using password: NO)

WAMP Server – MySQL – Resetting the Root Password (Windows)

1. Log on to your system as Administrator. 2. Click on the Wamp server icon > MySQL > MySQL Console 3. Enter password: LEAVE BLANK AND HIT ENTER 4. mysql> UPDATE mysql.user SET Password=PASSWORD(‘MyNewPass’) WHERE User=’root’; ENTER Query OK 5. … Continue reading

Share
Posted in wamp server, Website Hosting | Tagged , | 1 Comment