Skip to content

Instantly share code, notes, and snippets.

@byshen
Last active July 5, 2019 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byshen/7bb62fbf4c885cf918fbd956b340dba2 to your computer and use it in GitHub Desktop.
Save byshen/7bb62fbf4c885cf918fbd956b340dba2 to your computer and use it in GitHub Desktop.

A list of mysql commands

use dbname;
show tables;

show table schema

describe tablename;

http://www.redbook.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment