back to notes

MySQL Commandline / Cheatsheet;

CHANGE DB

mysql> USE test;

PRINT DB

mysql> SHOW databases;

PRINT TABLES

mysql> SHOW tables;

PRINT TABLE

mysql> DESC test;



last updated march 2012