Minimum previledges to mysql user

Minimum previledges to mysql user

by Danishka Navin -
Number of replies: 1

I am looking for minimum privileges required for the mysql user configured with moodle.

Average of ratings: -
In reply to Danishka Navin

Re: Minimum previledges to mysql user

by Leon Stringer -
Picture of Core developers Picture of Particularly helpful Moodlers

According to the documentation it's:

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY TABLES,DROP,INDEX,ALTER ON moodle.* TO moodleuser@localhost IDENTIFIED BY 'yourpassword';
Average of ratings: Useful (3)