Jump to content
xt:Commerce Community Forum

Datenbank Gel?scht


sex-go

Recommended Posts

Hallo,

habe versehendlich meine DB auf dem Server gel?scht !

Wenn ich nun ?ber PHPMyadmin die Datenbank wieder einspielen will bekomme ich diesen Fehler

SQL-Befehl :

CREATE TABLE address_book(

address_book_id int NOT NULL AUTO_INCREMENT ,

customers_id int NOT NULL ,

entry_gender char( 1 ) NOT NULL ,

entry_company varchar( 32 ) ,

entry_firstname varchar( 32 ) NOT NULL ,

entry_lastname varchar( 32 ) NOT NULL ,

entry_street_address varchar( 64 ) NOT NULL ,

entry_suburb varchar( 32 ) ,

entry_postcode varchar( 10 ) NOT NULL ,

entry_city varchar( 32 ) NOT NULL ,

entry_state varchar( 32 ) ,

entry_country_id int DEFAULT '0' NOT NULL ,

entry_zone_id int DEFAULT '0' NOT NULL ,

PRIMARY KEY ( address_book_id ) ,

KEY idx_address_book_customers_id( customers_id )

)

MySQL meldet:

#3 - Error writing file '/var/log/mysql.log' (Errcode: 28)

Was nun ?

Gru?

SEX-GO

Link to comment
Share on other sites

Hi,

du versuchst eine tabelle anzulegen, obowhl da keine datenbank vorhanden ist?

wenn es so ist erst im phpmyadin neue datenbank erzeugen und dann den sql code einf?gen zum erstellen der tabellen.

ansonsten mal an deinen webhosting provider mal wenden.

phil

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...