MySQLはすでにインストールされているという前提で、何をしていけばよいか。
https://dev.mysql.com/doc/refman/5.6/ja/tutorial.html
まずはMySQL Command Line Clientを起動する。
mysql > help
mysql > SELECT VERSION(), CURRENT_DATE;
mysql > show databases;
mysql > create database test01;
mysql > create table