Magento: SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'DBUSER'@'%' to database 'DBNAME'

前端 未结 2 933
悲&欢浪女
悲&欢浪女 2021-01-15 00:40

I\'ve been banging my head off the wall for hours with this problem. Can anyone help please? I\'ve not been able to find anything online about it.

I\'ve installed th

2条回答
  •  [愿得一人]
    2021-01-15 01:04

    It was a privileges issue.

    grant_create_temporary_tables, grant_create_view, grant_create_routine, grant_trigger

    sorted the problem.

提交回复
热议问题