Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mysql

Commands

CommandDescription
mysql -u <user> -plogin
show databases;shows dbs
use <database>switch to db
show tables;shows tables
show columns from <tablename>shows columns