• I have a site hosted on another server that I would like my users to seamlessly move back and forth between servers as if they were logged into both sites. If this isn’t possible to at least allow them to have the same login credentials on site-a-on-server-a at site-b-on-server-b. Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Simple and manual option:

    – if you use phpmyadmin, copy the wp_users table of your website on the other site, you won’t have to do anything in wordpress back-end (just select only the wp_users table when exporting site A and importing site B)

    But it won’t be synchronized, this could only work for let’s say writers or admins.

    You could also automate / synchronize the databases at a regular interval, through php calls or so (cron tasks on linux). You make a php script to cron like every 10 minutes to sync between the 2 servers. Just an example idea.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sharing user tables on different servers’ is closed to new replies.