
Originally Posted by
thearchitect
Thanks for your response and yup, that would be the way to change privileges for an already existing database.
What I am after though is changing privileges for a user account to be able to create databases from within MySQL with a CREATE DATABASE command. That seems to be disabled through WHM. So I am looking for a way to doing that.
The issue is that I need to create databases dynamically from within my PHP class. The database user I am connecting to the database with doesn't seem to have the privileges to do so.
Trying to add the database creation privileges to the database user account I can do temporarily, but they seem to get reverted back by some process within cPanel or WHM. So, I am still looking for some setting in WHM that would allow me to pull this of.
Thanks,
JB