Mysql错误1827(HY000)

2025-10-28 18:12:34

1、设置参数old_passwords的值

mysql> set old_passwords=0;

Query OK, 0 rows affected (0.26 sec)

2、再次运行OK

mysql> grant all privileges on  *.*  to root@'%'  identified  by '123456';

Query OK, 0 rows affected (0.30 sec)

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢