Skip to content

Instantly share code, notes, and snippets.

@mdominiak
Created November 22, 2010 12:03
Show Gist options
  • Save mdominiak/709868 to your computer and use it in GitHub Desktop.
Save mdominiak/709868 to your computer and use it in GitHub Desktop.
create mysql database and user
create database new_vegas_prod default character set utf8;
grant all privileges on new_vegas_prod.* to new_vegas_prod@localhost identified by 'pass';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment