Monthly Archives: August 2011

Recover MySQL root password

August 12, 2011
By admin

You can recover a MySQL database server password with the following five easy steps: Step # 1 : Stop the MySQL service: # /etc/init.d/mysqld stop Step # 2: Start the MySQL server w/o password:

Read more »

How to change mysql password?

August 12, 2011
By admin

If you have never set a root password for MySQL, the server does not require a password at all for connecting as root. To set up a root password for the first time, use the mysqladmin command at the shell prompt as follows: $ mysqladmin -u root password ‘newpassword’ If you want to changeĀ a...

Read more »

Tags