Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created September 15, 2016 18:08
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 gabidavila/3368046c165054d843cc9212d8166ce9 to your computer and use it in GitHub Desktop.
Save gabidavila/3368046c165054d843cc9212d8166ce9 to your computer and use it in GitHub Desktop.
CREATE USER 'lisa_simpson'@'%' IDENTIFIED BY 'lisa_pwd';
CREATE USER 'millhouse_houten'@'localhost' IDENTIFIED BY 'millhouse_pwd';
CREATE USER 'homer_simpson'@'localhost' IDENTIFIED BY 'homer_pwd';
CREATE USER 'bart_simpson'@'localhost' IDENTIFIED BY 'bart_pwd';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment