You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.