Monthly Archives: January 2012
Howto recovery mysql root password
Five steps to recovery root password of mysql server Stop mysql server # /etc/init.d/mysql stop 2. Start mysql server without password # mysqld_safe –skip-grant-tables & 3. Connect to mysql server using mysql client # mysql -u root the output will … Continue reading