728x90
반응형
mysqldump: Got error: 1044: Access denied for user 'root'@'localhost' to database 'information_schema' when using LOCK TABLES 에러 발생 시
GRANT SELECT,LOCK TABLES ON DBNAME.* TO 'username'@'localhost';
flush privileges;
728x90
반응형
'Database > MySQL' 카테고리의 다른 글
MySQL 프로시저 디버그 (0) | 2019.10.22 |
---|---|
MySQL error 1364 Field doesn't have a default values (0) | 2019.10.22 |
MySQL 접속 유저 추가 (0) | 2019.10.22 |
MySQL 5.7 설정 튜닝 (0) | 2019.10.22 |
Indexing for High Performance (0) | 2019.10.22 |