1,760
edits
Changes
→Reset MySQL server root password
mysql> exit;
== Kill the mysqld_safe process ==
* Use the command "ps -ef | grep mysqld_safe" to locate the process ID.
* Use the command "kill process-id" to kill the mysqld_safe process
== Restart MySQL server normally ==