Feature request from creative-resort, posted on GitHub Oct 25, 2016
Preconditions
using a MySQL DB user with missing privilege e.g. "REFERENCES"
Magento CE 2.1
Steps to reproduce
- start the setup process
- go to the database check / setup step
Expected result
- would like to see which privilege is missing directly, resulting from the array_diff in
setup/src/Magento/Setup/Validator/DbValidator.php DbValidator :: checkDatabasePrivileges()
Actual result
- the general list of required privileges is shown,
making it tedious to find out which one is missing.