MySQL: Difference between revisions
Jump to navigation
Jump to search
New page: Image:Mysql.png ''Insert useful MySQL information here'' |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Image:Mysql.png]] | [[Image:Mysql.png]] | ||
= Reset MySQL root Password = | |||
# Stop the MySQL server process. | |||
# Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so that it will not prompt for password | |||
# Connect to mysql server as the root user | |||
# Setup new root password | |||
# Exit and restart MySQL server | |||
