[Resolved] resetting mysql server password

Hello, If you maybe forget your root MySQL server password, do not panic it can be flushed and then reset very easily Stop the current MySQL server instance, then restart it with an option to not ask for a password. 1 2 sudo /etc/init.d/mysqld stop sudo mysqld_safe –skip-grant-tables & Reconnect to the MySQL server with the… Continue reading [Resolved] resetting mysql server password