IT/Programming/Solution/Tip
[Workbench] table could not be fetched
Anow
2018. 11. 7. 15:47
table could not be fetched
Workbench로 MySQL 작업 중, Table 리스트가 조회가 안되면서 위와 같은 오류를 발생하는 경우가 있다.
아래의 명령을 통해 해당 현상을 수정할 수 있다.
sudo mysql_upgrade -u root -p
service mysqld restart (mysql 재시작)