SQL fehler bei datenbank import

wollte gerade n backup importieren und dann kam folgender fehler:

[quote]SQL-Befehl:

#############################################

PHPKIT Database Backup 17.06.2009 - 20:52

Database @

#############################################
###########

Table 4images_categories

CREATE TABLE 4images_categories(
cat_id int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
cat_name varchar( 255 ) NULL ,
cat_description text NULL ,
cat_parent_id int( 10 ) unsigned NULL DEFAULT ‘0’,
cat_hits int( 10 ) unsigned NULL DEFAULT ‘0’,
cat_order int( 10 ) unsigned NULL DEFAULT ‘0’,
auth_viewcat tinyint( 2 ) NULL DEFAULT ‘0’,
auth_viewimage tinyint( 2 ) NULL DEFAULT ‘0’,
auth_download tinyint( 2 ) NULL DEFAULT ‘0’,
auth_upload tinyint( 2 ) NULL DEFAULT ‘0’,
auth_directupload tinyint( 2 ) NULL DEFAULT ‘0’,
auth_vote tinyint( 2 ) NULL DEFAULT ‘0’,
auth_sendpostcard tinyint( 2 ) NULL DEFAULT ‘0’,
auth_readcomment tinyint( 2 ) NULL DEFAULT ‘0’,
auth_postcomment tinyint( 2 ) NULL DEFAULT ‘0’,
PRIMARY KEY ( cat_id ) ,
KEY cat_parent_id( cat_parent_id ) ,
KEY cat_order( cat_order )
);

MySQL meldet: Dokumentation
#1046 - No database selected [/quote]

Erstens: was heißt das
Zweitens: wie kann ichs beheben

du hast keine datenbank ausgewählt :wink:

links im menü die datenbank anklicken und dann auf importieren :wink:

oh danke
dachte der macht das automatisch,
hatte gerade schon wieder panik geschoben