MySQL

From The Incoherency.Net Wiki
Revision as of 18:06, 12 August 2009 by Denis (talk | contribs)
Jump to navigation Jump to search

Reset MySQL root Password

  1. Stop the MySQL server process.
  2. Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so that it will not prompt for password
  3. Connect to mysql server as the root user
  4. Setup new root password
  5. Exit and restart MySQL server