Etherwood Posted November 16, 2009 Share Posted November 16, 2009 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 More sharing options...
Mchl Posted November 16, 2009 Share Posted November 16, 2009 SELECT, UPDATE, INSERT and DELETE are probably needed Link to comment https://forums.phpfreaks.com/topic/181695-mysql-permission-question/#findComment-958322 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.