본문 바로가기
D B

mysql db 접속 권한 주기..

by 상레알 2011. 4. 18.


grant all privileges on *.* to root@192.168.0.2 identified by 'password' with grant option;

grant reload,process on *.* to root@localhost;

flush privileges;