Skip to content

Instantly share code, notes, and snippets.

@unk
Created July 10, 2018 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unk/897446c2c9f62eba8045d2ff0b120bb8 to your computer and use it in GitHub Desktop.
Save unk/897446c2c9f62eba8045d2ff0b120bb8 to your computer and use it in GitHub Desktop.
-- 암호 검증에 대한 플러그인을 제거합니다.
uninstall plugin validate_password;
-- 설정 업데이트
ALTER USER 'root'@'localhost'
IDENTIFIED WITH mysql_native_password
BY ''; -- homebrew로 설치시 기본 비밀번호는 '' 입니다. 본인의 설정에 맞게 변경하세요.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment