errore 1064 nell'importare txt

djpipino

Nuovo Utente
27 Feb 2012
1
0
0
Salve come da titolo mi trovo l'errore 1064 quando vado ad importare il database con estensione txt su phpmyadmin.
Mi spiego meglio...non avendo piu a disposizione l'esportazione del database in sql mi trovo solo un file txt del db che l hosting mi ha inviato,ora caricando questo file in phpmyadmin mi trovo l'errore

ERROR: Virgolette non chiuse @ 681
STR: '
SQL:

--
-- Dump dei dati per la tabella `help_topic`
--

INSERT INTO `help_topic` (`help_topic_id`, `name`, `help_category_id`, `description`, `example`, `url`) VALUES (0, 'MIN', 16, 'Syntax:\nMIN([DISTINCT] expr)\n\nReturns the minimum value of expr. MIN() may take a string argument; in\nsuch cases, it returns the minimum string value. See\nhttp://dev.mysql.com/doc/refman/5.1/en/mysql-indexes.html. The DISTINCT\nkeyword can be used to find the minimum of the distinct values of expr,\nhowever, this produces the same result as omitting DISTINCT.\n\nMIN() returns NULL if there were no matching rows.\n\nURL: http://dev.mysql.com/doc/refman/5.1/en/group-by-functions.html\n\n[/url]', 'mysql> SELECT student_name, MIN(test_score), MAX(test_score)\n -> FROM student\n -> GROUP BY student

da quello che ho potuto capire l'errore è nella formattazione delle tabelle nel file txt...ma non essendo esperto di sql non saprei dove mettere le mani...spero che qualcuno sappia indirizzarmi...grazie
 

Discussioni simili