Datenbank manuel eingetragen / HTML Problem in SQL

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.

Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
Gesperrt
saibo
Mitglied
Beiträge: 67
Registriert: 13.05.2004 11:01

Datenbank manuel eingetragen / HTML Problem in SQL

Beitrag von saibo »

Hallo,
ich habe meine Datenbank per Hand eingetragen.
Am Ende der Datenbank kommen HTML Aussagen
#
# TABLE: phpbb_sessions
#
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../templates/Sphery/Sphery.css" type="text/css">

</head>
<body bgcolor="#00cc00" text="#000000" link="#006699" vlink="#5493B4">

<a name="top"></a>


<br /><br />

<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
<th class="thHead" align="center">Allgemeiner Fehler</th>
</tr>
<tr>
<td class="row1" width="100%" align="center"><span class="gen">Failed in get_table_def (show fields)<br /><br /><b><u>DEBUG MODE</u></b><br /><br />SQL Error : 2013 Lost connection to MySQL server during query<br /><br />SHOW FIELDS FROM phpbb_sessions</br /><br />Line : 375<br />File : </span></td>
</tr>
</table>

<br />


<!--

Please note that the following copyright notice
MUST be displayed on each and every page output
by phpBB. You may alter the font, colour etc. but
you CANNOT remove it, nor change it so that it be,
to all intents and purposes, invisible. You may ADD
your own notice to it should you have altered the
code but you may not replace it. The hyperlink must
also remain intact. These conditions are part of the
licence this software is released under. See the
LICENCE and README files for more information.

The phpBB Group : 2001

//-->

<div align="center"><span class="copyright">Powered by phpBB 2.0.6 &copy; 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a><br /></span></div>

</body>
</html>
Wie bekomme ich diese in die SQL Datenbank?
Wenn ich diese als SQL Befehle ausführen lasse, kommt eine Fehlermeldung a la
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 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Keine Ahnung was mit den Rechten gemeint ist.
Der Server liegt in den USA. Der Standard sollte also auch EN sein.

Hat jemand ne Ahnung?
Zuletzt geändert von saibo am 17.11.2005 11:48, insgesamt 2-mal geändert.
Christian_W
Ehemaliges Teammitglied
Beiträge: 5703
Registriert: 26.02.2004 00:09

Beitrag von Christian_W »

Das Backup ist nicht vollständig. Die html-Befehle sind die Fehlermeldung.
Ich hab sie mal in eine Datei gepackt: Fehlermeldung
Wenn Du noch Zugriff auf die DB hast mach ein neues Backup.
KB:mysqlbackup
Wenn nicht versuche von Deinem Provider eins zu bekommen.

Gruß Christian
---
Gesperrt

Zurück zu „phpBB 2.0: Installation und Update“