Skip to content

Instantly share code, notes, and snippets.

@gustavobgama
Created September 19, 2013 21:06
Show Gist options
  • Save gustavobgama/6629829 to your computer and use it in GitHub Desktop.
Save gustavobgama/6629829 to your computer and use it in GitHub Desktop.
Create database
mysql --user=user --password=password -e 'CREATE DATABASE IF NOT EXISTS db_name 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