I really don't know what causes this error.
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
)
Is it in the server or in yii.. but i guess it is in the yii part. but what configurations did i miss? i'm not really familiar with yii because im new to it. any help please? Thanks in advance
UPDATE: I check YiiSession in my database but it is not in there...