PDA

View Full Version : Can't create table taggregate_temp


Silviu
Sat 28th Jun '08, 1:02am
Since 1 week now, we are keep getting this error:


Database error in vBulletin 3.7.1:

Invalid SQL:

CREATE TABLE IF NOT EXISTS taggregate_temp_1214625360 (
threadid INT UNSIGNED NOT NULL DEFAULT '0',
views INT UNSIGNED NOT NULL DEFAULT '0',
KEY threadid (threadid)
) ENGINE = MEMORY;

MySQL Error : Can't create table 'taggregate_temp_1214625360' (errno: 13)
Error Number : 1005
Request Date : Saturday, June 28th 2008 @ 06:56:29 AM




Amy ideas ?

Steve Machol
Sat 28th Jun '08, 4:02pm
You need to edit the db user permissions to make sure it has full permissions to that database, including CREATE.