美文网首页
ubuntu卸载Mysql

ubuntu卸载Mysql

作者: cfygaoyang | 来源:发表于2016-12-22 17:23 被阅读0次

sudo apt-get remove mysql-server

sudo apt-get autoremove mysql-server

sudo apt-get remove mysql-common //这个很重要

如果服务器不能正常运行,您可以通过下列命令启动它:

sudo /etc/init.d/mysql restart

进入mysql

$mysql -uroot -p 管理员密码

配置 MySQL 的管理员密码:

sudo mysqladmin -u root password newpassword

相关文章

网友评论

      本文标题:ubuntu卸载Mysql

      本文链接:https://www.haomeiwen.com/subject/hhrhvttx.html