Skip to content

This is a cheatsheet for mySQL command on Mac Terminal Unix

License

Notifications You must be signed in to change notification settings

james-lee-it/mySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mySQL

This is a cheatsheet for mySQL command on Mac Terminal Unix

commands

$ show databases; shows a list of databases.

$ create database <database name>;

$ use <database name>; you are now in the database.

$ show tables

About

This is a cheatsheet for mySQL command on Mac Terminal Unix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published