create user 'webbased'@'%' identified by 'webbased';
grant all privileges on webbased.* to 'webbased'@'%';
grant select on webbased.* to 'webbased'@'%';
flush privileges;
'웹 > MySQL' 카테고리의 다른 글
mysql 권한주기 (0) | 2017.02.03 |
---|---|
MySQL 기본 명령어 (Column) (0) | 2014.09.08 |
mysqli_fetch_array() (0) | 2014.09.08 |
MySQL 자료형(Data Type) (0) | 2014.09.06 |
MySQL 기본함수 (0) | 2014.09.04 |