我真的不知道是什么导致了这个错误。
CDbCommand failed to execute the SQL statement: CDbCommand failed to prepare the SQL statement: SQLSTATE[HY000]:
General error: 1 table 'YiiSession' already exists. The SQL statement executed was:
CREATE TABLE 'YiiSession' (
"id" CHAR(32) PRIMARY KEY,
"expire" integer,
"data" BLOB
)
它是在服务器中还是在 yii 中。但我猜它在 yii 部分。但我错过了什么配置?我对 yii 不是很熟悉,因为我是新手。请问有什么帮助吗?提前致谢
更新:我在我的数据库中检查了 YiiSession,但它不在那里......