MySQL(MariaDB) 접속

> mysql -u root -p

데이터베이스(Database) 확인

mysql> show databases;

데이터베이스(Database) 생성

mysql> create database 데이터베이스이름;