<설치된 mysql 접속방법>
mysql -u root -p
database 조회
show databases
database 만들기
create database
database 바꾸기
use <데이터베이스명>
table 조회
show tables