Fehler beim Import der SQL Datei

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
brakai295
Posts: 18
Joined: Mon Aug 09, 2004 7:08 am

Fehler beim Import der SQL Datei

Post 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?!
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

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

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply