Hello,
when I try to convert the database from owncloud 10.7.0 to mysql I get the following error
Creating schema in new database
In AbstractMySQLDriver.php line 42:
An exception occurred while executing ‘CREATE TABLE oc_appconfig (appid VARCHAR(32) DEFAULT
‘’ NOT NULL, configkey VARCHAR(64) DEFAULT ‘’ NOT NULL, configvalue LONGTEXT DEFAULT NULL,
INDEX appconfig_config_key_index (configkey), INDEX appconfig_appid_key (appid), PRIMARY K
EY(appid, configkey)) DEFAULT CHARACTER SET UTF8 COLLATE UTF8_unicode_ci ENGINE = InnoDB’
:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘oc_appconfig’ already exists
In PDOConnection.php line 91:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘oc_appconfig’ already exists
In PDOConnection.php line 86:
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘oc_appconfig’ already exists