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 […]
Posts Tagged ‘mysql’
0