mysql8 phpmyadmin 修改密码加密方式

create user root@'%' identified by '';

grant all privileges on *.* to root@'%' with grant option;

alter user root@'%' identified with caching_sha2_password by '';
posted @ 2024-10-23 23:33  冯元春  阅读(25)  评论(0)    收藏  举报