Archive for July, 2013

Forgot your MySQL Password? No worries

Posted: 26th July 2013 by Jab in Server
Tags: ,

Step 1 – Stop mysql service # /etc/init.d/mysql stop You should see something like this Stopping MySQL database server: mysqld. Step 2 – Start MySQL server with out password # mysqld_safe –skip-grant-tables & You can also run service mysql start –skip-grant-tables You should see something like this Starting MySQL.. SUCCESS! Step 3 – Connect to […]