Skip to content

Instantly share code, notes, and snippets.

@nikolazic
Last active December 28, 2015 21:49
Show Gist options
  • Save nikolazic/7567781 to your computer and use it in GitHub Desktop.
Save nikolazic/7567781 to your computer and use it in GitHub Desktop.
MySQL Grant
GRANT ALL PRIVILEGES ON `lby`.* TO 'lby'@'%' IDENTIFIED BY 'pass plaintext';
OR
GRANT USAGE ON *.* TO 'user'@'%' IDENTIFIED BY PASSWORD 'PASS HASH';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment