What are the minimum MySQL user permissions required to run Dolphin?
SELECT, UPDATE, INSERT, DELETE
any others?
What are the minimum MySQL user permissions required to run Dolphin?
SELECT, UPDATE, INSERT, DELETE any others? | ||||||||||||||||
Hi! you forget CREATE so much to do.... | ||||||||||||||||
ALTER, INDEX and DROP will also be required. And a maybe others. This is not documented anywhere. https://www.deanbassett.com | ||||||||||||||||
I just need to know what the basic ones are to run the system because I want to secure the site as much as possible
| ||||||||||||||||
You can't secure your site like that because you have to give the basic permissions which is enough for anyone to retrieve or insert data in DB. As Deano said there is no documentation of what privileges is needed for dolphin so you might get errors and that will be a real pain. so much to do.... |