Mysql数据库登录问题:Your password has expired.

ERROR 1862 (HY000): Your password has expired. To log in you must
change it using a client that supports expired passwords.

以root权限登录mysql:(这里我的账户是root,密码也是root)

mysql -uroot -proot

然后更改密码:

SET PASSWORD = PASSWORD('root');

上一篇:leveldb


下一篇:hibernate连接数据库的步骤