Skip to content

Instantly share code, notes, and snippets.

@rick4470
Last active April 6, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rick4470/c8e0cd82dd685b7c168c6330db15fe42 to your computer and use it in GitHub Desktop.
Save rick4470/c8e0cd82dd685b7c168c6330db15fe42 to your computer and use it in GitHub Desktop.
Create database mysql
CREATE DATABASE portfolio;
GRANT ALL ON portfolio.* TO 'portfolio-admin'@'localhost' IDENTIFIED BY 'SET STRONG PASSWORD';
FLUSH PRIVILEGES;
EXIT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment