Skip to content

Instantly share code, notes, and snippets.

@strangeman
Created October 7, 2013 22:38
Show Gist options
  • 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