MySQL commands#

Some of the most used MySQL commands#

Command line inputs:#

status
show databases
use db1;
show tables;
describe books;
select * from book;