Skip to content

Instantly share code, notes, and snippets.

@strangeman
Created October 7, 2013 22:38
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 strangeman/6876198 to your computer and use it in GitHub Desktop.
Save strangeman/6876198 to your computer and use it in GitHub Desktop.
Adding special user for zabbix monitoring of mysql
GRANT USAGE ON *.* TO 'zabbixmon'@'localhost' IDENTIFIED BY 'superpassword';
flush privileges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment