MyBB.de Forum

Normale Version: Forum neu installieren
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
Sorry wo soll ich das raus nehmen? Von der .sql Datei oder wo?

LG Falki
Aus der sql-Datei....
Jetzt kommt das

Zitat:SQL-Befehl:

--
-- Datenbank: `A`
--
`A` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

MySQL meldet: Dokumentation
#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 '`A` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci' at line 4

Ich schmeiß den Laptop raus!
(03.12.2011, 13:37)Schbasti_01 schrieb: [ -> ]
Zitat:CREATE DATABASE `A` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

(03.12.2011, 13:38)StefanT schrieb: [ -> ]Das CREATE DATABASE... gehört da nicht rein...

Du sollst die komplette Zeile
Zitat:CREATE DATABASE `A` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
entfernen.

Der Laptop kann da nix dafür Wink
Naja die Datenbank kann ich ja woll schlecht rausschmeißen XD und schon der nexte Fehler

Zitat:SQL-Befehl:

-- --------------------------------------------------------
--
-- Tabellenstruktur für Tabelle `mybb_adminlog`
--
CREATE TABLE IF NOT EXISTS `mybb_adminlog` (
`uid` int( 10 ) unsigned NOT NULL DEFAULT '0',
`ipaddress` varchar( 50 ) NOT NULL DEFAULT '',
`dateline` bigint( 30 ) NOT NULL DEFAULT '0',
`module` varchar( 50 ) NOT NULL DEFAULT '',
`action` varchar( 50 ) NOT NULL DEFAULT '',
`data` text NOT NULL ,
KEY `module` ( `module` , `action` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

MySQL meldet: Dokumentation
#1046 - No database selected
Ich gebs auf, aber danke für eure Hilfe!

LG Falki
Seiten: 1 2