NO_AUTO_CREATE_USER error while installing drupal-7

为君一笑 提交于 2019-12-12 11:13:19

问题


When I trying to install drupal-7 in my server, at the setup database step it shows the error

Failed to connect to your database server. The server reports the following message: SQLSTATE[42000]: Syntax error or access violation: 1231 Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'.

The database name, username, and password are all correct.

Is there any solution to this problem?


回答1:


Drupal isn't allowed to create a new user in your MySQL database. You need at least MySQL 5.0.15



来源:https://stackoverflow.com/questions/12594594/no-auto-create-user-error-while-installing-drupal-7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!