Skip to content

Instantly share code, notes, and snippets.

@xiangyu-sun
Created February 14, 2017 08:40
Show Gist options
  • Save xiangyu-sun/b2e52ed24639a50a2b1762b646e5b7bd to your computer and use it in GitHub Desktop.
Save xiangyu-sun/b2e52ed24639a50a2b1762b646e5b7bd to your computer and use it in GitHub Desktop.
mysql 101
CREATE USER 'wishes'@'localhost' IDENTIFIED BY 'wishes';
GRANT ALL PRIVILEGES ON *.* TO 'wishes'@'localhost';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment