Database/MySQL

[MySQL] show databases; 데이터베이스에 mysql이 없을 때

opid 2014. 8. 19. 11:38

문제점


해결방안

▶ 아래 명령어 입력
mysqld --skip-grant-tables
▶ 확인하기
mysql -u root  mysql
mysql> show databases;