I have two wordpress installations with same host with different folders. Each installation uses its own database. I mean, database are separated. I am not using one database for two wordpress installations.
My Problem: I have two different member databases. Because my wordpress installation databases are not shared. So i want to use wpA database as my main database for sharing users only. And my second wpB installation must use its own table, but only must use members from wpA database.
How can i do that ?
Summary
-
I have wordpress installations in different directories.
-
I have different databases for both installations.
-
I want to use wp installation b use wp installation a members as a default members.
-
If somebody wants to register on wordpress b, he should registered on database A automatically.
-
If somebody logged in wordpress site A using database A, they can be verified on wordpress site b without extra registration.
I don’t know English very well so if I made mistakes, I am sorry.