Datenbank Import funzt nicht
Verfasst: 09.03.2007 12:31
Hallo
Der Import der Datenbank wird dauernd unterbrochen.
Folgende Fehlermeldung erscheint, beim import im phpmyadmin:
-------------------------------------------------------------------------------------
SQL-Befehl:
SELECT *
FROM
WHERE CONCAT_WS( "-", word_text, word_id, word_common ) = "gr?sse"
ORDER BY word_text, word_id, word_common
MySQL meldet:
#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("-", word_text, word_id, word_common)
-------------------------------------------------------------------------------------
Natürlich habe ich es auch über die wiederherstellung im Admin-Bereich vom phpbb Forum versucht, leider funzt es auch nicht. Folgende Fehlermeldung erscheint:
-------------------------------------------------------------------------------------
Error importing backup file
DEBUG MODE
SQL Error : 1062 Duplicate entry 'übrigens' for key 1
INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('übrigens', '2942', '0')
Line : 980
File : admin_db_utilities.php
-------------------------------------------------------------------------------------
Line 980 von admin_db_utilities.php in rot:
$result = $db->sql_query($sql);
if(!$result && ( !(SQL_LAYER == 'postgresql' && eregi("drop table", $sql) ) ) )
{
message_die(GENERAL_ERROR, "Error importing backup file", "", __LINE__, __FILE__, $sql);
}
}
}
}
include('./page_header_admin.'.$phpEx);
-------------------------------------------------------------------------------------
Jemand eine Idee?
Der Import der Datenbank wird dauernd unterbrochen.
Folgende Fehlermeldung erscheint, beim import im phpmyadmin:
-------------------------------------------------------------------------------------
SQL-Befehl:
SELECT *
FROM
WHERE CONCAT_WS( "-", word_text, word_id, word_common ) = "gr?sse"
ORDER BY word_text, word_id, word_common
MySQL meldet:
#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("-", word_text, word_id, word_common)
-------------------------------------------------------------------------------------
Natürlich habe ich es auch über die wiederherstellung im Admin-Bereich vom phpbb Forum versucht, leider funzt es auch nicht. Folgende Fehlermeldung erscheint:
-------------------------------------------------------------------------------------
Error importing backup file
DEBUG MODE
SQL Error : 1062 Duplicate entry 'übrigens' for key 1
INSERT INTO phpbb_search_wordlist (word_text, word_id, word_common) VALUES('übrigens', '2942', '0')
Line : 980
File : admin_db_utilities.php
-------------------------------------------------------------------------------------
Line 980 von admin_db_utilities.php in rot:
$result = $db->sql_query($sql);
if(!$result && ( !(SQL_LAYER == 'postgresql' && eregi("drop table", $sql) ) ) )
{
message_die(GENERAL_ERROR, "Error importing backup file", "", __LINE__, __FILE__, $sql);
}
}
}
}
include('./page_header_admin.'.$phpEx);
-------------------------------------------------------------------------------------
Jemand eine Idee?