

Type '\c' to clear the current input statement. I never set a root password for MySQL and in the final step of installing WordPress, it asks for a MySQL server password. Other names may be trademarks of their respective Oracle is a registered trademark of Oracle Corporation and/or itsĪffiliates. You can also check this System Preferences > MySQL > see if it is running.

I’ve tried all kinds of methods, but I can’t solve my problem. Use sudo and your current user's password (because within Ubuntu 18.04 the default authentication method for the MySQL's root user is socket authentication): $ sudo mysql -u root -p Open a Terminal window, and stop the mysql if its already running. ERROR 1045 (28000): Access denied for user 'root''localhost' (using password: NO) > mysql -u root -pwrong ERROR 1045 (28000): Access denied for user 'root''localhost' (using password: YES) The default installation should allow the former to get in. ERROR 1045 (28000): Access denied for user ‘root’’localhost’ (using password: YES) I’ve read a lot of answers from netizens to this question.
