cancel
Showing results for 
Search instead for 
Did you mean: 

proposal: Show missing privileges instead of required

0 Kudos

proposal: Show missing privileges instead of required

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

  1. start the setup process
  2. go to the database check / setup step

    Expected result

  3. 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

  4. the general list of required privileges is shown, making it tedious to find out which one is missing.