【发布时间】:2011-11-27 07:43:54
【问题描述】:
http://localhost 有问题:
PDOException: SQLSTATE[42S02]: 未找到基表或视图:1146 表 'drupal_test.semaphore' 不存在:SELECT expire, value FROM {semaphore} WHERE name = :name; lock_may_be_available() 中的数组( [:name] => variable_init )(/var/www/drupal/includes/lock.inc 的第 165 行)。
这是我的数据库配置:
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'drupal_test',
'username' => 'root',
'password' => 'XXX',
'host' => 'localhost',
'port' => '',
'driver' => 'mysql',
'prefix' => '',
),
),
);
怎么办?
【问题讨论】: