Changes

Jump to: navigation, search

OPS235 MySQL

186 bytes added, 01:49, 10 April 2012
Restart MySQL server normally
120410 01:36:35 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
== Reset MySQL server root password ==
Open another terminal windows and run the following commands to reset the MySQL server's root password:
mysql> exit;
== Reset root password 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 ==
* Run the following command:
# service mysqld restartstart
1,760
edits

Navigation menu