• Hi – I’m getting the message below when I try to import the database that I exported using WP Migrate DB. Can you help?

    ERROR: Unknown Punctuation String @ 5
    STR: />
    SQL:
    <b>Warning</b>: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in <b>/var/www/html/wp-system/wp-content/plugins/wp-migrate-db/wp-migrate-db.php</b> on line <b>771</b>
    # WordPress MySQL database migration
    # From http://stearnswealthmanagement.com to http://stearnswealthmanagement.com
    #
    # Generated: Tuesday 19. November 2013 02:56 UTC
    # Hostname: localhost
    # Database: stearnswealthmanagement_com_-_wordpress
    # ——————————————————–

    # ——————————————————–
    # Table: wp_commentmeta
    # ——————————————————–

    #
    # Delete any existing table wp_commentmeta
    #

    DROP TABLE IF EXISTS wp_commentmeta;

    SQL query:

    <b>Warning</b>: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in <b>/var/www/html/wp-system/wp-content/plugins/wp-migrate-db/wp-migrate-db.php</b> on line <b>771</b>
    # WordPress MySQL database migration # From http://stearnswealthmanagement.com to http://stearnswealthmanagement.com # # Generated: Tuesday 19. November 2013 02:56 UTC # Hostname: localhost # Database: stearnswealthmanagement_com_-_wordpress # ——————————————————– # ——————————————————– # Table: wp_commentmeta # ——————————————————– # # Delete any existing table wp_commentmeta # DROP TABLE IF EXISTS wp_commentmeta;

    MySQL said: Documentation

    #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 ‘
    <b>Warning</b>: set_time_limit() [func’ at line 1

    Thanks!

    http://wordpress.org/plugins/wp-migrate-db/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error 1064 when Importing using PHPMyAdmin’ is closed to new replies.