Skip to content

Instantly share code, notes, and snippets.

@janmejai
Created July 30, 2016 04:41
Show Gist options
  • Save janmejai/e9cbe221cb255b84676a868cb9f93611 to your computer and use it in GitHub Desktop.
Save janmejai/e9cbe221cb255b84676a868cb9f93611 to your computer and use it in GitHub Desktop.
CREATE DATABASE imdb;
GRANT ALL PRIVILEGES ON imdb.* TO 'user'@'localhost' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment