본문 바로가기
Web/SQL

[MySQL] SQLyog 2058 Error

by 수짱수짱 2022. 8. 17.
문제

 

해결방법
set global validate_password.policy=LOW;

alter user 'root'@'%' identified with mysql_native_password by 'newoop0510';

flush privileges;

참조: https://crayon.tistory.com/2