i mean that i have this sql file for a php script, why i can't send it and i must receive the error?
the sql file is:
CREATE TABLE liste_domaines (id int(11) NOT NULL auto_increment,domaine char(20) NOT NULL,description char(50) NOT NULL,PRIMARY KEY (id))
INSERT INTO liste_domaines VALUES( '1', 'ac', 'Isole di Ascensione')
INSERT INTO liste_domaines VALUES( '2', 'ad', 'Andorra')
INSERT INTO liste_domaines VALUES( '3', 'ae', 'Emirati Arabi Uniti')
INSERT INTO liste_domaines VALUES( '4', 'af', 'Afghanistan')
INSERT INTO liste_domaines VALUES( '5', 'ag', 'Antigua and Barbuda')
INSERT INTO liste_domaines VALUES( '6', 'ai', 'Anguilla')
INSERT INTO liste_domaines VALUES( '7', 'al', 'Albania')
INSERT INTO liste_domaines VALUES( '8', 'am', 'Armenia')
INSERT INTO liste_domaines VALUES( '9', 'an', 'Antille Olandesi')
INSERT INTO liste_domaines VALUES( '10', 'ao', 'Angola')
etc etc