Page 1 of 1

Fehler beim Import der SQL Datei

Posted: Mon Aug 09, 2004 1:51 pm
by brakai295
Hallo Leute,

ich habe eben versucht, meine FAQ Seite online zu stellen und habe deshalb einen Dump der Daten auf meinem Rechner gemacht. Beim Importieren auf dem Life-Server erhalte ich aber jedesmal folgende Fehlermeldung:
Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 5
STR: />
SQL: <br />
<b>Notice</b>: Undefined index: CompressOnFly in <b>C:\xampp\phpmyadmin\export.php</b> on line <b>156</b><br />
CREATE TABLE `faqadminlog` (
`id` int(11) NOT NULL auto_increment,
`time` int(11) NOT NULL default '0',
`user` int(11) NOT NULL default '0',
`text` text NOT NULL,
`ip` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=53
SQL-query :

<br /> <b>Notice</b>: Undefined index: CompressOnFly in <b>C:\xampp\phpmyadmin\export.php</b> on line <b>156</b><br /> CREATE TABLE `faqadminlog` ( `id` int(11) NOT NULL auto_increment, `time` int(11) NOT NULL default '0', `user` int(11) NOT NULL default '0', `text` text NOT NULL, `ip` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM AUTO_INCREMENT=53

MySQL said:


#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 '<br />
<b>Notice</b>: Undefined index: CompressOnFly in <b>C:
Ich nutze die neueste 1.4.1 (weil ich die Bugfixes dieser Version gebraucht habe) und phpmyadmin 2.5.7

Hat jemand eine Ahnung wie ich damit umgehen kann?? ich will nicht alles nochmal neu eingeben?!

Posted: Mon Aug 09, 2004 2:44 pm
by Thorsten
Hi,

das scheint mir ein Problem in phpMyAdmin zu sein, evtl irgendwas mit der Komprimierung des SQL-Files.

bye
Thorsten