728x90
UPDATE mysql.user SET Grant_priv='Y', Super_priv='Y' WHERE User='root'
Error Code: 1175.
You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.031 sec
안전모드 해제를 위해서는 Edit > Preferences > SQL Editor> Other 항목에서 "Safe Mode" 부분을 체크 해제한다.
728x90
'프로그래밍 Programming' 카테고리의 다른 글
Anaconda Package List (Python version: 2.7) (0) | 2015.10.17 |
---|---|
MySQL 한글이 ???와 같이 깨져나올 때 (0) | 2015.10.05 |
장고 삭제하기 (How to remove django from Ubuntu?) (0) | 2015.09.27 |
Error 1130 Host 'xxx' is not allowed to connect to this MySQL Server (0) | 2015.09.27 |
Ubuntu에 MySQL 설치, 서버실행확인, 설정변경, root 패스워드 변경 (0) | 2015.09.27 |