error while upgrading from 1.1.1 to 1.2.4
Posted: 17 Mar 2011, 12:08
i copy new folder in reqd location take backup of previous and while upgrading database i get folloing error as--
Installing Database
Create database if it does not exist GOOD
Checking Database Server Version
Running mysql version 5.1.30 GOOD
Attempting to connect to database as user GOOD
Schema CreateTableSQL ( mantis_plugin_table ) BAD
CREATE TABLE mantis_plugin_table ( basename VARCHAR(40) NOT NULL, enabled TINYINT NOT NULL DEFAULT '0', PRIMARY KEY (basename) )ENGINE=MyISAM DEFAULT CHARSET=utf8
Can't create table 'mantis_plugin_table' (errno: 13)
pls suggest
Installing Database
Create database if it does not exist GOOD
Checking Database Server Version
Running mysql version 5.1.30 GOOD
Attempting to connect to database as user GOOD
Schema CreateTableSQL ( mantis_plugin_table ) BAD
CREATE TABLE mantis_plugin_table ( basename VARCHAR(40) NOT NULL, enabled TINYINT NOT NULL DEFAULT '0', PRIMARY KEY (basename) )ENGINE=MyISAM DEFAULT CHARSET=utf8
Can't create table 'mantis_plugin_table' (errno: 13)
pls suggest