잡동사니보관
2014. 7. 24. 09:09
# 계정생성
grant all privileges on *.* to 'db_user_id'@'%' identified by 'db_user_pwd' with grant option;
# 변경사항 저장
flush privileges;
# 계정생성
grant all privileges on *.* to 'db_user_id'@'%' identified by 'db_user_pwd' with grant option;
# 변경사항 저장
flush privileges;