phpMyAdmin Tabelle importieren

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey Breadfishler,


    Ich habe Probleme mit phpMyAdmin.
    Ich möchte diese Datenbank importieren:


    Datenbank:

    SQL
    CREATE TABLE `accounts` (  `Name` varchar(35) NOT NULL,  `Passwort` varchar(35) NOT NULL,  `Geld` int(11) NOT NULL,  `Skin` int(11) NOT NULL,  `WantedLevel` int(11) NOT NULL,  `Level` int(11) NOT NULL,  `Alter` int(11) NOT NULL,  `Geschlecht` int(11) NOT NULL,  `GangJail` int(11) NOT NULL,  `Nutzung` int(11) NOT NULL,  `Job` int(11) NOT NULL,  `SaveMats` int(11) NOT NULL,  `MatsPakete` int(11) NOT NULL,  `MatsHave` int(11) NOT NULL,  `FraktionsLeader` int(11) NOT NULL,  `FraktionsMember` int(11) NOT NULL,  `FraktionsRang` int(11) NOT NULL,  `AdminLevel` int(11) NOT NULL,  `Autoschein` int(11) NOT NULL,  `Motorradschein` int(11) NOT NULL,  `LKWschein` int(11) NOT NULL,  `Bootschein` int(11) NOT NULL,  `Waffenschein` int(11) NOT NULL,  `Angelschein` int(11) NOT NULL,  `Respektpunkte` int(11) NOT NULL,  `PayDayTime` int(11) NOT NULL,  `BusfahrerPunkte` int(11) NOT NULL,  `BusfahrerLevel` int(11) NOT NULL,  `Morde` int(11) NOT NULL,  `Tode` int(11) NOT NULL,  `Verbrechen` int(11) NOT NULL,  `Spielminuten` int(11) NOT NULL,  `Knast` int(11) NOT NULL,  `Verwarnungen` int(11) NOT NULL,  `Bann` int(11) NOT NULL,  `TimeBan` int(11) NOT NULL,  `Drogen` int(11) NOT NULL,  `SaveDrugs` int(11) NOT NULL,  `HandyNummer` int(11) NOT NULL,  `HandyAkku` int(11) NOT NULL,  `Handy` int(3) NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=latin1


    Aber dann kommt Folgender Error:

    Spoiler anzeigen
    #1046 - No database selected


    Wie muss ich das machen? :O