Skip to content

Instantly share code, notes, and snippets.

@gdemir
Created March 6, 2011 19:35
Show Gist options
  • Save gdemir/857578 to your computer and use it in GitHub Desktop.
Save gdemir/857578 to your computer and use it in GitHub Desktop.
create-db
create database DATABASE_NAME;
grant all privileges on DATABASE_NAME.* to 'USER_NAME'@'localhost' identified by "PASSWORD";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment