mysql 외부 접근 권한 설정 방법 8월 11, 2010 로 초식 외부 접근 권한 설정 mysql> grant all privileges on DB이름.* to root@’%‘ identified by ‘패스워드‘; mysql> flush privileges;