Suggested feature: Database user privileges check
-
During the creation, WordPress request a database user with all privileges on the database. However, after install is complete, some rights can be revoked without breaking the site.
Maybe the plug-in could check that the db user do not have excessive privileges?The following rights are more than enough for my site:
- Data/SELECT
- Data/INSERT
- Data/UPDATE
- Data/DELETE
- Structure/CREATE
- Structure/ALTER
- Structure/INDEX
- Structure/DROP
- Structure/CREATE TEMPORARY TABLES
- Administration/LOCK TABLES
- The topic ‘Suggested feature: Database user privileges check’ is closed to new replies.