Ok allora, ho eliminato il vecchio DB, e ho creato il nuovo chiamandolo GoldStyleDB (Se non va bene il nome ditemi allora quello giusto) cmq ho importato il file "GoldStyleDB_V36" Dentro la cartella "V36" ma quando faccio "Esegui" mi da questo errore:
Errore
query SQL:
--
-- Dump dei dati per la tabella `system_chatlog`
--
INSERT INTO `system_chatlog` ( `username` , `roomid` , `mtime` , `message` )
VALUES (
'Kemix', 41334, '00:02:29', ':comandi'
), -- --------------------------------------------------------
--
-- Struttura della tabella `system_config`
--
CREATE TABLE IF NOT EXISTS `system_config` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT ,
`skey` VARCHAR( 100 ) COLLATE latin1_general_ci NOT NULL ,
`sval` TEXT COLLATE latin1_general_ci NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci AUTO_INCREMENT =42;
Messaggio di MySQL:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `system_config` (
`id` int(10) NOT NULL AUTO_INCRE' at line 6 Come devo fare? (PS: I file a sinistra escono ma non credo siano tutti)