Salve a tutti
Ho cambiato Hosting e dovrei ricaricare il db MySql ...
Alcine tabelle riesco ad importarle, ma ad esempio con questa ho questo errore:
Codice PHP:
query SQL:
--
-- Dump dei dati per la tabella `SS_customer_addresses`
--
INSERT INTO `SS_customer_addresses` ( `addressID` , `customerID` , `first_name` , `last_name` , `countryID` , `zoneID` , `zip` , `state` , `city` , `address` )
VALUES ( 1, 1, 'Marcello', 'Carosone', 105, NULL , '80010', 'Napoli', 'Quarto', 'via Paratine 81' ) , ( 2, 2, 'Cristiano', 'Tomassi', 105, NULL , '03043', 'Frosinone', 'Cassino', 'Via Sferracavalli snc' ) ,
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 '' at line 3
Mi sapreste indirizzare sul da farsi
Le tabelle sono tante cosi come i dati da inserire