linux CentOS7下 mysql5.7.25 密码改简单的方法

Posted 明月之诗

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux CentOS7下 mysql5.7.25 密码改简单的方法相关的知识,希望对你有一定的参考价值。

在 vim /etc/my.cnf配置文件中增加:

validate_password=off

default_password_lifetime=0

重新启动

执行:update mysql.user set authentication_string=password(‘123456‘) where user=‘root‘ ;

以上是关于linux CentOS7下 mysql5.7.25 密码改简单的方法的主要内容,如果未能解决你的问题,请参考以下文章

mysql5.7日志时间与系统时间不一致

Linux(CentOS7)下Docker的安装与卸载

Linux的CentOS7系统下配置LNMP

linux下(centos7)docker安装

VMware 下,windows7与linux7/CentOS7 共享设置

(转)LINUX CENTOS7下安装PYTHON