Tuesday, December 31, 2013

Ubuntu: How to turn off skip-grant-tables option in Mysql

I wanted to change mysql root password so mistakenly changed skip-grant-tables option.

Below is how to revert it back:

1. Kill mysqld process and restart mysql service

command: sudo killall -9 mysqld

No comments:

Post a Comment