Mysql datenbank import geht nicht

Guten Tag,
ich bin neu hier und versuche mich mit Drupal auseinander zu setzen. Ich wollte meine mysql Datenbank (local) exportieren und bei bplaced mit phpmyadmin importieren. Habe aber immer eine Fehlermeldung bekommen. Habt Ihr ein Tipp wie ich vorgehen könnte.
Gruß refferie

->
Fehler

SQL-Befehl:

– Dump created: 2013-02-17 11:35

– Create Table actions

DROPTABLEIFEXISTSactions ;

MySQL meldet:
#1046 - No database selected <—

Fehler

SQL-Befehl:


– Datenbank: carstenmb1



– Tabellenstruktur für Tabelle actions

CREATETABLEIFNOTEXISTSactions (

aid varchar( 255)NOTNULL DEFAULT’0’ COMMENT’Primary Key: Unique actions ID.’,
type varchar( 32)NOTNULL DEFAULT’’ COMMENT’The object that that action acts on (node, user, comment, system or custom types.)’,
callback varchar( 255)NOTNULL DEFAULT’’ COMMENT’The callback function that executes when the action runs.’,
parameters longblob NOTNULLCOMMENT’Parameters to be passed to the callback function.’,
label varchar( 255)NOTNULL DEFAULT’0’ COMMENT’Label of the action.’,
PRIMARYKEY (aid)
) ENGINE= InnoDBDEFAULT CHARSET= utf8 COMMENT=‘Stores action information.’;

MySQL meldet:
#1046 - No database selected

Hi,

setze ganz an den Anfang deiner Datei die Zeile

und versuch es dann erneut.

Danke schön,

danach hat dert Import geklappt.

Gruß refferie