사용자 제거 후 재생성 권한 추가
delete from user where user='usrname';
GRANT USAGE ON *.* TO 'usrname'@'localhost' IDENTIFIED BY 'passwd';
GRANT ALL PRIVILEGES ON *.* TO 'usrname'@'localhost' ;
FLUSH PRIVILEGES;
'Mysql / MSsql' 카테고리의 다른 글
[MsSql] Common Table Expression (CTE) 페이징 처리 (0) | 2014.08.26 |
---|---|
[toad for mysql] 한글깨짐 현상 해결하기 (0) | 2014.08.26 |