Forums | Mahara Community
Developers
/
Could not execute command:
13 November 2009, 9:00
while installing i m getting error
plz help me
Could not execute command: CREATE TABLE config ( field VARCHAR(255) NOT NULL, value TEXT, CONSTRAINT PRIMARY KEY (field) )ENGINE=innodb
Call stack (most recent first):
* execute_sql("CREATE TABLE config ( field VARCHAR(255) NOT N...", true) at D:\www\mahara\lib\dml.php:1368
* execute_sql_arr(array(size 222)) at D:\www\mahara\lib\ddl.php:566
* install_from_xmldb_file("D:\www\mahara/lib/db/install.xml") at D:\www\mahara\lib\upgrade.php:293
* upgrade_core(object(stdClass)) at D:\www\mahara\admin\upgrade.json.php:93
firstcoredata
Regards
Riyaz P
15 November 2009, 18:33
That normally means that you tried installing once and it failed, and now you're trying again and it's failing because the config table already exists from your previous (failed) installation.
Drop and recreate your database, then try again.
16 November 2009, 1:18
i m installing in window xp,
plz solve my problem
Regards
Riyaz
28 September 2011, 6:29
Try to increase php
max_execution_time
as sometimes installation timeout.