mysql的连接权限原因:client does not support authentication

    xiaoxiao2023-10-14  106

    mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456'; Query OK, 0 rows affected (0.10 sec) mysql> flush privileges;
    最新回复(0)