vscode 连接 mysql 时出现这个错误
alter user ‘root’@‘localhost’ identified with mysql_native_password by 'password';
此时再连接,则会出现密码错误。(因为已经改了新密码),再运行一次,把密码改回原来即可。
vscode 连接 mysql 时出现这个错误
alter user ‘root’@‘localhost’ identified with mysql_native_password by 'password';
此时再连接,则会出现密码错误。(因为已经改了新密码),再运行一次,把密码改回原来即可。