• have buy your ebook online with 10 $ and set up the plugins as commended
    16 database is created with same user mapped the migration page is shown properly but after clicking on the migrate global table is shows the report as your picture shows but in database i found no thing happened in global database no changes take place no table is copped and same for the migrate site option is last shows all done message but nothing copped. my set up
    is like this

    $shardb_hash_length = 1;
    $shardb_prefix = ‘edoceo_edoceo_’;
    $shardb_dataset = ‘global’;
    $enable_home_db = true;
    $num_vipdbs = 2;

    what is this
    /**
    * This generates the array of servers.
    *
    * @param string $ds Dataset: the name of the dataset. Just use “global” if you don’t need horizontal partitioning.
    * @param int $part Partition: the vertical partition number (1, 2, 3, etc.). Use “0” if you don’t need vertical partitioning.
    * @param string $dc Datacenter: where the database server is located. Airport codes are convenient. Use whatever.
    * @param int $read Read order: lower number means use this for more reads. Zero means no reads (e.g. for masters).
    * @param bool $write Write flag: is this server writable?
    * @param string $host Internet address: host:port of server on internet.
    * @param string $lhost Local address: host:port of server for use when in same datacenter. Leave empty if no local address exists.
    * @param string $name Database name.
    * @param string $user Database user.
    * @param string $password Database password.
    */
    is there have to set any things?

    after placing db.php in wp-content file the error

    Warning: mysqli_connect(): (HY000/2005): Unknown MySQL server host ‘localhost:3306’ (2) in /home/edoceoin/public_html/edoceo.in/assets/db.php on line 358

    like this long list of error with almost same error

    please guide, hoe to properly installed this plugins

    thanks

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

    (@wpmuguru)

    $shardb_dataset = ‘global’;

    Change the global to something else. global is the dataset for the global database.

    $enable_home_db = true;
    $num_vipdbs = 2;

    You should have 20 databases in total.

    Warning: mysqli_connect(): (HY000/2005): Unknown MySQL server host ‘localhost:3306’ (2) in /home/edoceoin/public_html/edoceo.in/assets/db.php on line 358

    Contact your hosting support to get the connection information for your database server.

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