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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/181695-mysql-permission-question/#findComment-958322 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.