Tag Archives: MySQL

Reset the MySQL password

You forgot your MySQL password. No problem, you can recover it easily. Stop the MySQL service with # /etc/init.d/mysql stop …and restart it without a password: # mysqld_safe –skip-grant-tables & You’ll get an output similar to [1] 5958. Now press Enter and type the following one after the other: # mysql -u root mysql> use… Read More »