Beiträge von neudecker

    [FONT=Arial][size=10]Wenn ich den wp-admin/install.php von meiner Festplatte auf meine noch leere Datenbank importieren will, bekomme ich diese Fehlermeldung:[/SIZE][/FONT]

    Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
    ERROR: Unbekannte Interpunktion @ 1
    STR: <?
    SQL: <?php
    /**
    * WordPress Installer
    *
    * @package WordPress
    * @subpackage Administration
    */

    /**
    * We are installing WordPress.
    *
    * @since unknown
    * @var bool
    */
    define('WP_INSTALLING', true);

    SQL-Befehl:

    MySQL meldet: [Blockierte Grafik: http://mysql.asamnet.de/phpMyAdmin/themes/original/img/b_help.png]
    #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 '<?php

    define('WP_INSTALLING', true)' at line 1


    Was tun?:?