Advertisement
OldManRiver

SHOW GRANTS

Jan 19th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. +----------------------------------------------------------------------------+
  2. | Grants for myuser@localhost |
  3. +----------------------------------------------------------------------------+
  4. | GRANT USAGE ON *.* TO 'myuser'@'localhost' IDENTIFIED BY PASSWORD <secret> |
  5. | GRANT ALL PRIVILEGES ON `mydb`.* TO 'myuser'@'localhost' |
  6. +----------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement