• I need migrate WP for another server, but with ALL files (database, plugins, theme, settings, images, posts, pages, etc) because the theme that I use has too many options and settings that I need to keep in migration (is a hard-working rebuild all the WP site).
    I still use many plugins (WodPress Move, All-in-One WP Migration, WP Clone by WP Academy, etc) and no-one works.
    Someone can indicate (a) a step-by-step to manual migration (b) a plugin that really works?
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter wallyvianna

    (@wallyvianna)

    I found the WP official tutorial about WP (manual) Migration between servers; I did the step-by-step, but when I import the database on 2nd server this message appears:

    “Erro (Error)
    Comando (command) SQL:

    — Database: databasename-26-characters

    — ——————————————————–

    — Estrutura da tabela wp_commentmeta

    CREATE TABLE IF NOT EXISTS wp_commentmeta (

    meta_id BIGINT( 20 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
    comment_id BIGINT( 20 ) UNSIGNED NOT NULL DEFAULT ‘0’,
    meta_key VARCHAR( 255 ) DEFAULT NULL ,
    meta_value LONGTEXT,
    PRIMARY KEY ( meta_id ) ,
    KEY comment_id ( comment_id ) ,
    KEY meta_key ( meta_key )
    ) ENGINE = INNODB DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;

    Mensagens do MySQL (SQL messages): Documenta??o (documentation)

    #1046 – No database selected”

    To understand the message, I read the SQL documentation at
    https://dev.mysql.com/doc/refman/5.5/en/error-messages-server.html

    that says:
    “Error: 1046 SQLSTATE: 3D000 (ER_NO_DB_ERROR)
    Message: No database selected”

    Someone can help me?

Viewing 1 replies (of 1 total)
  • The topic ‘wordpress migration’ is closed to new replies.