MySql Tutorial using terminal Manish Kumar 26 Jul, 2023 1. start sql shell2. show databases3. create databases:- create database Manish;or- create schema Manish;4. show databases; 5. change current database/ choose database to perform operations.6. now create table in the selected Database7. Insertion in the table:8. show the contents of the table:9.