Beiträge von sin-jin

    [quote='Arno Simon','RE: fehlermeldung']indem du zuvor mit dem db-admin-tool alle db-tabellen löschst und dann wp neu installierst....

    "ich frage mich eher, wodurch dein problem entsteht? Womit (Tool?) ziehst Du um? Ziehst Du in eine bestehende WP-Installation oder eine neue WP-Installation? Wie hast Du das Backup - welches Du offensichtlich einspielen willst - erstellt?"

    ich versuche mein" localhost/wordpress" seite auf neuen Server "all-link" einspielen mit die methode aus dem Forum:

    Zitat von Tronic69 [Blockierte Grafik: http://forum.wordpress-deutschland.org/images/buttons/viewpost.gif]

    Ein weiterer Weg für den Umzug der Daten wäre folgender:

    1. Auf dem alten Server im phpMyAdmin die zu exportierende Datenbank auswählen und dann zu Exportieren wechseln.

    2. Die Haken vor Struktur und Daten müssen aktiviert sein und der vor Senden darf nicht gesetzt sein. Dann unten auf OK klicken.

    3. Den Text (SQL-Script) in dem weißen Feld komplett markieren und kopieren. Am besten zur Sicherheit gleich irgendwo in eine Text-Datei speichern.

    4. Auf dem neuen Server im phpMyAdmin die Datenbank auswählen, in die die Daten importiert werden sollen und dann zu SQL (nicht Importieren!) wechseln.

    5. Den kompletten Text aus der Zwischenablage oder der Textdatei in das weiße Feld einfügen und dann auf OK klicken.

    Dabei gibt es zwar auch keine Garantie, dass dann alle Umlaute korrekt übernommen werden, aber bis jetzt hat es bei mir fast immer hingehauen

    und bis jetzt ohne erfolg



    ich habe nochmal alles , aber ohne [COLOR=#ff0000]'wp_categories' , exportiert und es hat geklappt !![/COLOR]

    [COLOR=#ff0000]danke für deine Hinweis[/COLOR]

    Wie ich schon schrieb: du versuchst eine Tabelle zu erstellen, obwohl die schon vorhanden ist. daher die Fehlermeldung "[COLOR=red]#1050 - Table 'wp_categories' already exists[/COLOR] "

    Wo genau ist dein Problem?

    Grüße
    Mo



    das Problem: wie kann ich diesen Fehler beheben, damit mein "wordpress-blog" bei dem neuem server erscheint

    hallo,
    beim Umzug von "localhost/wordpress" zum "all-inkl" bekomme diese Meldung:

    [COLOR=#808000]"-- Tabellenstruktur für Tabelle `wp_categories`[/COLOR]
    [COLOR=#808000]-- [/COLOR]
    [COLOR=#990099]CREATE[/COLOR] [COLOR=#990099]TABLE[/COLOR] [COLOR=#008000]`wp_categories`[/COLOR] [COLOR=#ff00ff]([/COLOR]
    [COLOR=#008000]`cat_ID`[/COLOR] [COLOR=#ff9900]bigint[/COLOR][COLOR=#ff00ff]([/COLOR] [COLOR=#008080]20[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#990099]AUTO_INCREMENT[/COLOR] [COLOR=#ff00ff],[/COLOR]
    [COLOR=#008000]`cat_name`[/COLOR] [COLOR=#ff9900]varchar[/COLOR][COLOR=#ff00ff]([/COLOR] [COLOR=#008080]55[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#0000ff]default[/COLOR] [COLOR=#008000]''[/COLOR][COLOR=#ff00ff],[/COLOR]
    [COLOR=#008000]`category_nicename`[/COLOR] [COLOR=#ff9900]varchar[/COLOR][COLOR=#ff00ff]([/COLOR] [COLOR=#008080]200[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#0000ff]default[/COLOR] [COLOR=#008000]''[/COLOR][COLOR=#ff00ff],[/COLOR]
    [COLOR=#008000]`category_description`[/COLOR] [COLOR=#ff9900]longtext[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#ff00ff],[/COLOR]
    [COLOR=#008000]`category_parent`[/COLOR] [COLOR=#ff9900]bigint[/COLOR][COLOR=#ff00ff]([/COLOR] [COLOR=#008080]20[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#0000ff]default[/COLOR] [COLOR=#008000]'0'[/COLOR][COLOR=#ff00ff],[/COLOR]
    [COLOR=#008000]`category_count`[/COLOR] [COLOR=#ff9900]bigint[/COLOR][COLOR=#ff00ff]([/COLOR] [COLOR=#008080]20[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]NOT[/COLOR] [COLOR=#990099]NULL[/COLOR] [COLOR=#0000ff]default[/COLOR] [COLOR=#008000]'0'[/COLOR][COLOR=#ff00ff],[/COLOR]
    [COLOR=#990099]PRIMARY[/COLOR] [COLOR=#990099]KEY[/COLOR] [COLOR=#ff00ff]([/COLOR] [COLOR=#008000]`cat_ID`[/COLOR] [COLOR=#ff00ff])[/COLOR] [COLOR=#ff00ff],[/COLOR]
    [COLOR=#990099]KEY[/COLOR] [COLOR=#008000]`category_nicename`[/COLOR] [COLOR=#ff00ff]([/COLOR] [COLOR=#008000]`category_nicename`[/COLOR] [COLOR=#ff00ff])[/COLOR]
    [COLOR=#ff00ff])[/COLOR] [COLOR=#990099]ENGINE[/COLOR] [COLOR=#ff00ff]=[/COLOR] [COLOR=#990099]MYISAM[/COLOR] [COLOR=#990099]AUTO_INCREMENT[/COLOR] [COLOR=#ff00ff]=[/COLOR][COLOR=#008080]2[/COLOR][COLOR=#0000ff]DEFAULT[/COLOR] [COLOR=#990099]CHARSET[/COLOR] [COLOR=#ff00ff]=[/COLOR] [COLOR=#6495ed]latin1[/COLOR] [COLOR=#990099]AUTO_INCREMENT[/COLOR] [COLOR=#ff00ff]=[/COLOR][COLOR=#008080]2[/COLOR]

    MySQL meldet:

    [COLOR=red]#1050 - Table 'wp_categories' already exists[/COLOR] "

    wo ist der Fehler?

    gruss

    hallo,

    ich habe mein server von "localhost/wordpress/ zu einem neunen gewechselt und die Datenbank von wordpress habe ich auch bei dem neuem server installiert. Es muss, wie ich im Forum gelesen habe, auch Änderungen im Datei "wp-config.php" vorgenommen werden. gemeint ist die "wp-config.php "datei in Datenbank von Wordpress ?, d.h vor der Datenbankt Export von wordpress muss "wp-config.php" geändert werden !!

    höffentlich habe ich mich verständlich ausgedruckt !!!

    grusse

    sry... falsch ausgedrückt. ich meinte die zugangsdaten in der wp-config.php



    hallo und danke

    ich habe die datei geändert:

    " $cfg['Servers'][$i]['host'] [COLOR=red]= '127.0.0.1'[/COLOR]; // MySQL hostname or IP address
    $cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
    $cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default "

    und die fehlermeldung erscheint immernoch

    grüsse

    [size=10]hallo [/SIZE]

    bei der installation von "xampp > phpMyAdmin" bekomme ich diese Meldung:
    [size=10]fehler[/SIZE]

    [size=10]MySQL meldet: [/SIZE][size=10][/SIZE]

    #1130 - Host 'localhost' is not allowed to connect to this MySQL server

    wo liegt der fehler

    grüsse

    eine ganz einfache und auch bestimmt wiederholte Frage: (im forum habe auch gesucht)

    ich habe mein http://localhost/wordpress eingerichtet und suche jetzt den Zugang zu meinem DB und index-php ( ich beabsichtige zu einem server, zu all-inkl umzuziehen und möchte auch alles von meinem "localhost/wordpress" mitnehmen.