Forums | Mahara Community
Support
/
Error on first step..
15 March 2009, 5:54
So Ive followed instruction but I have met such error on the first step of installation :/
core | Not installed | 1.1.2 | Could not execute command: CREATE TABLE config (
field VARCHAR(255) NOT NULL,
value TEXT,
CONSTRAINT PRIMARY KEY (field)
)TYPE=innodbCall stack (most recent first):
|
15 March 2009, 17:32
Hi - this almost always means that the config table already exists. If you're on your own machine, check you didn't already try to install something into this database before. If you're on shared hosting, you might need to use the dbprefix setting in config.php, as shared hosts often dump several users into the same database.