Probleme beim DB-Import einzelner Tabellen
Verfasst: 08.08.2006 14:01
Hi,
ich kriege beim Import der Tabelle "phpbb_search_wordlist" immer folgende Fehlermeldung:
Duplicate Entry for "wäre" key 1
Das betrifft nicht nur das Wort "wäre", jedesmal meckert die DB bei nem anderen Wort. Diese Wörter sind aber nicht doppelt.
Hier mal das Backup dieser Tabelle als TXT:
http://home.arcor.de/immun/Peggy/phpbb_ ... rdlist.txt
Weiss jemand genaueres woran das liegt?
-------------------------------------------------
edit: genaue Fehlermeldung
-------------------------------------------------
SQL-Befehl: Dokumentation
SELECT *
FROM
WHERE CONCAT_WS( "-", 'hihihihihi', 1, 0 ) = "wäre"
ORDER BY 'hihihihihi', 1, 0
MySQL meldet: Dokumentation
#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 'WHERE CONCAT_WS( "-", 'hihihihihi', 1, 0 )
ich kriege beim Import der Tabelle "phpbb_search_wordlist" immer folgende Fehlermeldung:
Duplicate Entry for "wäre" key 1
Das betrifft nicht nur das Wort "wäre", jedesmal meckert die DB bei nem anderen Wort. Diese Wörter sind aber nicht doppelt.
Hier mal das Backup dieser Tabelle als TXT:
http://home.arcor.de/immun/Peggy/phpbb_ ... rdlist.txt
Weiss jemand genaueres woran das liegt?
-------------------------------------------------
edit: genaue Fehlermeldung
-------------------------------------------------
SQL-Befehl: Dokumentation
SELECT *
FROM
WHERE CONCAT_WS( "-", 'hihihihihi', 1, 0 ) = "wäre"
ORDER BY 'hihihihihi', 1, 0
MySQL meldet: Dokumentation
#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 'WHERE CONCAT_WS( "-", 'hihihihihi', 1, 0 )