Tuesday, November 4, 2008
Recover MySQL root password
Posted on 6:09 PM by Unknown
You can recover MySQL database server password with following five easy steps.Step # 1: Stop the MySQL server process.Step # 2: Start the MySQL (mysqld) server/daemon process with the –skip-grant-tables option so that it will not prompt for passwordStep # 3: Connect to mysql server as the root userStep # 4: Setup new root passwordStep # 5: Exit and restart MySQL serverHere are commands you need
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment