Recover MySQL password
You can recover MySQL database server password with following five easy steps. Here are commands you need to type for each step (login as the root user): Stop mysql service Start to MySQL server w/o password: Connect to mysql server using mysql client: Setup new MySQL root user password Stop MySQL Server: Start MySQL server [...]