Hallo zusammen,
nachdem mein neues Blog fertig auf dem Localen Server erstellt, habe ich die angelegt Datenbank Tabelle exportiert und wollte ich meinem Hoster diese DB "Natürlich die Tabellen" importieren, aber bekomme ich eine Fehler Meldung in Form:
+++++++++++++++++++++++++++++++++++++
Fehler
SQL-Befehl:
-- -- Datenbank: `seo` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `wp_comments` -- CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` int(11) NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) NOT NULL DEFAULT '0', `user_id` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`comm[...]
MySQL meldet: [Blockierte Grafik: https://mysql-w2.ssl.goneo.de/themes/original/img/b_help.png]
#1046 - No database selected
++++++++++++++++++++++++++++++++++++++++++
Kann mir bitte jemand helfen??
Vielen Dank im Voraus