DataBase/Mysql2012. 8. 15. 16:49

데이터베이스 목록 보기

show databases;


데이터베이스 선택하기

use javatest;


javatest 내의 테이블 보기

show tables;


Posted by NeverTry