1.启动mysql服务器
service mysql start
2. 查看临时用户和密码
sudo cat /etc/mysql/debian.cnf
3.用临时密码登录
mysql -u debian-sys-maint -p
4.修改root用户密码
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'mynewpassword';
5.退出MySQL,使密码生效
exit退出MySQL,在终端命令行输入:文章来源:https://www.toymoban.com/news/detail-528707.html
sudo mysql_secure_installation
参考文章:
MYSQL设置密码时显示Failed! Error: SET PASSWORD has no significance for user ‘root‘@‘localhost‘ as the authe文章来源地址https://www.toymoban.com/news/detail-528707.html
到了这里,关于ubuntu设置MySQL密码的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!