Skip to content

Instantly share code, notes, and snippets.

@fidel
Created February 10, 2013 13:23
Show Gist options
  • Save fidel/4749571 to your computer and use it in GitHub Desktop.
Save fidel/4749571 to your computer and use it in GitHub Desktop.
CREATE DATABASE depot_production DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON depot_production.* TO 'yoursqluser'@'localhost' IDENTIFIED BY 'password';
EXIT;
@fidel
Copy link
Author

fidel commented Feb 10, 2013

mysql -u root -p

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