Linux

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 [...]