mysql 5.7.14安装完后登陆报错,意思是密码过期
[root@mysql]# mysql -u root -p
Enter password:
ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords.
解决办法:
1.在my.cnf mysqld 部分加入 skip-grant-tables 参数。
[mysqld]