Mysql错误1827(HY000)

时间:2024-10-12 10:30:53

1、设置参数old_passwords的值mysql> set old_passwords=0;Query OK, 0 rows affected (0.26 sec)

2、再次运行OKmysql> grant all privileges on *.* to root@'%' identified by '123456';Query OK, 0 rows affected (0.30 sec)

© 2025 长短途
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com