MySQL 계정만들기
#mysql>grant all privileges on 디비명.* to '유저명'@'%' identified by '비밀번호' with grant option;
'MySQL, MariaDB' 카테고리의 다른 글
too many connections, max_connections, wait_timeout (0) | 2016.01.13 |
---|---|
MySQL 5.7.9 root 비밀번호 재설정 (1) | 2015.12.02 |
MSQL Locked 확인 및 죽이기 (0) | 2015.07.23 |
MySQL 깨진테이블 복구 (0) | 2015.07.13 |
MySQL Innodb backup (0) | 2015.04.17 |