寱语

kzeng's blog

请教我新装的4.6.0,为什么文章post后会出现一个下面的页面?尽管文章已存储

user error: Access denied for user: xxx@localhost' to database 'xxx'
query: LOCK TABLES sequences WRITE in /drupal/includes/database.mysql.inc on line 66.
warning: Cannot modify header information - headers already sent by (output started at /drupal/includes/common.inc:384) in /drupal/includes/common.inc on line 192.

Comments

mysql数据库权限问题吧。

mysql数据库权限问题吧。你没权执行在写数据库之前先封锁表的命令。
这个lock table作用是防止多个作者时的数据库表冲突。
如果是单一作者可以修改php源程序。
具体英文讨论见drupal网站。
http://drupal.org/node/1190

Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.