관리자로 접근
mysql -u root -p
모든 데이터베이스 확인
show databases;
데이터베이스 지정
use 이름 ;
한꺼번에 지정
mysql -u root -p 이름