반응형
디비생성
create database 디비명;
권한주기
grant select,insert,update,delete,create,drop,ALTER on 디비명.* to '생성아이디'@'localhost' identified by '생성패스워드';
한번에 다
create database dev11db;
grant select,insert,update,delete,create,drop,ALTER on dev11db.* to 'dev11id'@'localhost' identified by 'dev11pw';
반응형
'[DataBase] > MySql' 카테고리의 다른 글
CONCAT() 문자열 합치기 (0) | 2015.06.08 |
---|---|
MySQL max connections 설정 (0) | 2015.06.05 |
SHOW 명령어 (0) | 2015.04.02 |
일별 통계쿼리 (0) | 2015.03.02 |
my-sql 데이터 입력시 오류 (기본키 값 중복 오류) (0) | 2014.05.20 |
댓글