• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

problem mit mysql

Status
Für weitere Antworten geschlossen.

king of the internet

Neues Mitglied
halllo,
ich hab mit phpkit eine homepage erstellt, doch seit dem der freehoster werbung einblendet erkennt die mysql datenbank die datei nicht mehr an. kann mir jemand helfen
 
wenn ich etwas importieren will kommt immer eine fehlermeldung:

Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. ERROR: Unbekannte Interpunktion @ 73 STR: %& SQL: <table width=100% style=''><tr><td align=center width=100%><a href='http://www.oteto.de/adclick.php' target=_blank><img border=0 src='http://www.oteto.de/adview.php'></a></td></tr><tr><td width=100%><small><a href='http://www.oteto.de' target=_blank>Adserver OTETO</a></small></td></tr></table>############################################# # # PHPKIT Database Backup 19.11.2006 - 00:04 # Database [email protected] # ############################################# ########### # Table _affis # CREATE TABLE _affis ( id int(11) NOT NULL auto_increment, name varchar(40) NOT NULL, email varchar(60) NOT NULL, sitename varchar(80) NOT NULL, adresse varchar(100) NOT NULL, button varchar(80) NOT NULL, hits int(5) NOT NULL DEFAULT '0', status int(11) NOT NULL DEFAULT '0', PRIMARY KEY (id)) SQL-Befehl:


Adserver OTETO

############################################# # # PHPKIT Database Backup 19.11.2006 - 00:04 # Database [email protected] # ############################################# ########### # Table _affis # CREATE TABLE _affis ( id int(11) NOT NULL auto_increment, name varchar(40) NOT NULL, email varchar(60) NOT NULL, sitename varchar(80) NOT NULL, adresse varchar(100) NOT NULL, button varchar(80) NOT NULL, hits int(5) NOT NULL DEFAULT '0', status int(11) NOT NULL DEFAULT '0', PRIMARY KEY (id)) 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 '
 
Du hast den Code:

Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. ERROR: Unbekannte Interpunktion @ 73 STR: %& SQL: <table width=100% style=''><tr><td align=center width=100%><a href='http://www.oteto.de/adclick.php' target=_blank><img border=0 src='http://www.oteto.de/adview.php'></a></td></tr><tr><td width=100%><small><a href='http://www.oteto.de' target=_blank>Adserver OTETO</a></small></td></tr></table>############################################ # # # PHPKIT Database Backup 19.11.2006 - 00:04 # Database [email protected] # ############################################# ########### # Table _affis # CREATE TABLE _affis ( id int(11) NOT NULL auto_increment, name varchar(40) NOT NULL, email varchar(60) NOT NULL, sitename varchar(80) NOT NULL, adresse varchar(100) NOT NULL, button varchar(80) NOT NULL, hits int(5) NOT NULL DEFAULT '0', status int(11) NOT NULL DEFAULT '0', PRIMARY KEY (id)) SQL-Befehl:


Adserver OTETO

############################################# # # PHPKIT Database Backup 19.11.2006 - 00:04 # Database [email protected] # ############################################# ########### # Table _affis # CREATE TABLE _affis ( id int(11) NOT NULL auto_increment, name varchar(40) NOT NULL, email varchar(60) NOT NULL, sitename varchar(80) NOT NULL, adresse varchar(100) NOT NULL, button varchar(80) NOT NULL, hits int(5) NOT NULL DEFAULT '0', status int(11) NOT NULL DEFAULT '0', PRIMARY KEY (id)) 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 '

In dem Code steht was vonwegen Tabelle (<table>, <tr>, <td>) Der Code muss raus aus der importierten Datei, aber so wie das aussieht, is das der automatische Code des Anbieters, deswegen funzt das nich
 
funzt immer noch nicht:

###########################################
#
# PHPKIT Database Backup 19.11.2006 - 00:04
# Database [email protected]
#
#############################################
###########
# Table _affis
#
CREATE TABLE _affis(

id int( 11 ) NOT NULL AUTO_INCREMENT ,
name varchar( 40 ) NOT NULL ,
email varchar( 60 ) NOT NULL ,
sitename varchar( 80 ) NOT NULL ,
adresse varchar( 100 ) NOT NULL ,
button varchar( 80 ) NOT NULL ,
hits int( 5 ) NOT NULL DEFAULT '0',
STATUS int( 11 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( id )
)
MySQL meldet:

#1046 - No database selected
 
ein teil ist oben aber da fehlt noch einiges

###########################################
#
# PHPKIT Database Backup 19.11.2006 - 00:04
# Database [email protected]
#
#############################################
###########
# Table _affis
#
CREATE TABLE _affis(

id int( 11 ) NOT NULL AUTO_INCREMENT ,
name varchar( 40 ) NOT NULL ,
email varchar( 60 ) NOT NULL ,
sitename varchar( 80 ) NOT NULL ,
adresse varchar( 100 ) NOT NULL ,
button varchar( 80 ) NOT NULL ,
hits int( 5 ) NOT NULL DEFAULT '0',
STATUS int( 11 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( id )
)
MySQL meldet:

#1050 - Table '_affis' already exists
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben