mysql -u root -p
CREATE DATABASE new_database;
SHOW DATABASES;
Pro tip: use ```triple backticks around text``` to write in code fences