Skip to content

Instantly share code, notes, and snippets.

@2arunpmohan
Created September 8, 2016 06:38
Show Gist options
  • Save 2arunpmohan/bd928bb87aee75a0c619ec43ac708586 to your computer and use it in GitHub Desktop.
Save 2arunpmohan/bd928bb87aee75a0c619ec43ac708586 to your computer and use it in GitHub Desktop.
database operations mySql
list all databases in database
show databases;
create a database
create databaseName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment