• Resolved Clifton Hatfield

    (@cliftonhatfield)


    I currently have my database on another server running mysql but I want to migrate the shard databases to the localhost. When I run the migration tools, it says that tables have been copied but when I review the database, there are no tables.

    add_db_server(‘global’, 0, ”, 1, 1, DB_HOST, ‘localhost:3306’, $shardb_prefix . ‘global’, DB_USER, DB_PASSWORD);

    Thanks

    https://wordpress.org/plugins/shardb/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    The databases need to be on the same MySQL server. You can modify the migration script so it connects to a remote host for the original DB but it doesn’t do that out of the box.

    Thread Starter Clifton Hatfield

    (@cliftonhatfield)

    Thank you. To keep it simple, I copied the databases to the same server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tables are empty’ is closed to new replies.