Seite 1 von 1

Datenbank manuel eingetragen / HTML Problem in SQL

Verfasst: 10.01.2005 18:35
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?

Verfasst: 10.01.2005 21:07
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