Skip to content

Instantly share code, notes, and snippets.

@RobDWaller
Created September 16, 2018 10:57
Show Gist options
  • Save RobDWaller/cf86266e9e44052558487425597ecc6d to your computer and use it in GitHub Desktop.
Save RobDWaller/cf86266e9e44052558487425597ecc6d to your computer and use it in GitHub Desktop.
Wordpress MySQL Grants
# Permissions required for Wordpress on Mysql
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP, INDEX, LOCK TABLES, REFERENCES, CREATE TEMPORARY TABLES, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, EXECUTE, ALTER ROUTINE ON *.* TO `user`@`host`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment