我使用“--skip-grant-tables --skip-networking”命令重置 root 密码。但之后我的数据库以相同模式运行。我使用以下命令从 Ubuntu 18.0 中完全卸载 mysql-
sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-core-* mysql-client-core-*
sudo rm -rf /etc/mysql /var/lib/mysql
sudo apt-get autoremove
sudo apt-get autoclean
重新安装 mysql 后它会自动运行--skip-grant-tables --skip-networking
用户:~$ ps aux | grep mysqld
mysql 8463 8.3 2.2 1290748 177096 ? Sl 13:17 0:00 /usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid --skip-grant-tables --skip-networking
sunil 8518 0.0 0.0 21532 1088 pts/0 S+ 13:17 0:00 grep --color=auto mysqld
请帮助我停止 --skip-grant-tables --skip-networking