关闭 MySQL --skip-grant -tables

关闭 MySQL --skip-grant -tables

mysql按照以下说明重置了我的 root 密码:

(同样适用于 Ubuntu) http://www.debian-administration.org/articles/442

但现在我无法关闭mysqld_safe --skip-grant-tables

当我跑步时fg我有:

sudo /usr/bin/mysqld_safe --skip-grant-tables

我怎样才能终止它并安全地启动 MySQL?

答案1

您很可能只需终止该进程即可。

killall -9 mysqld

http://anothermysqldba.blogspot.com/search/label/--skip-grant-tables

相关内容