Jump to content

MySQL Permission Question


Etherwood

Recommended Posts

I have a php script which creates databases, users, then grants the permissions. The php script uses a user called phpadmin which currently has same access as root. However, I don't want this user having such high access. I tried change the permissions to just allow CREATE, GRANT, and CREATE USER but it gives a Access Denied permission error when attempting to run.

 

What access is required as a bare minimum to allow this script to run?

Link to comment
https://forums.phpfreaks.com/topic/181695-mysql-permission-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.