1. my.ini 설정 변경
#default_authentication_plugin=caching_sha2_password
default_authentication_plugin=mysql_native_password
2. 패스워드 변경
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
1. my.ini 설정 변경
#default_authentication_plugin=caching_sha2_password
default_authentication_plugin=mysql_native_password
2. 패스워드 변경
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';