Buongiorno a tutti sto trasferendo un sito da locale a remoto ( già fatto altre volte senza problemi ) ma adesso su piattaforma plesk ricevo questo errore:
CREATE TABLE IF NOT EXISTS `general_log` ( `event_time` timestamp NOT NULL ,
`user_host` mediumtext NOT NULL ,
`thread_id` int( 11 ) NOT NULL ,
`server_id` int( 10 ) unsigned NOT NULL ,
`command_type` varchar( 64 ) NOT NULL ,
`argument` mediumtext NOT NULL ) TYPE = CSV COMMENT = 'General log';
Messaggio di MySQL: #1064 - You have an error in your SQL syntax near 'CSV COMMENT='General log'' at line 9
e delle 100 tabelle presenti nel dump me ne importa solo 40... dove sbaglio??
Ringrazio in anticipo.