Skip to content

Magento 2 1.0.0-beta Merchant Beta1 - Webinstaller / Console Installer - Error "Database user does not have enough privileges" #1813

@magentofaz

Description

@magentofaz

Since the Magento 2 1.0.0-beta, the webinstaller and "console installer" doesn't work anymore at the step adddatabase, I always have the message "Database user does not have enough privileges.". Since previous beta/alpha versions of Magento 2 we use GRANT ALL PRIVILEGES ON synbshop\_%.* TO 'synbshop'@'localhost' WITH GRANT OPTION, and now the % is not interpreted. So to bypass this we need to put each database in the GRANT (for exemple GRANT ALL PRIVILEGES ON synbshop_faz_magento2merchant1.* TO 'synbshop'@'localhost' WITH GRANT OPTION). Our MySql version is 5.6.23-72.1.

Can you fix it ? or find a workaround ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed in 2.4.xThe issue has been fixed in 2.4-develop branchIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for development

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions