Skip to content

Instantly share code, notes, and snippets.

@pierrehenri220
Created November 14, 2016 08:57
Show Gist options
  • Save pierrehenri220/c3272b9c959b0982e0ba702c04354db8 to your computer and use it in GitHub Desktop.
Save pierrehenri220/c3272b9c959b0982e0ba702c04354db8 to your computer and use it in GitHub Desktop.
The following shell command invites you to the mysql prompt ( Default password is root ) /Applications/MAMP/Library/bin/mysql -u root -p The following mysql command creates an empty mt database CREATE DATABASE mt DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
The following shell command invites you to the mysql prompt ( Default password is root )
/Applications/MAMP/Library/bin/mysql -u root -p
The following mysql command creates an empty mt database
CREATE DATABASE mt DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment