I have two databases. WordpressDB and JoomlaDB
WordpressDB has table db1_users JoomlaDB has table db2_users
thoose tables has the same fields names
id | email | Login | Password
General database is WordpressDB.
So i need all id
in JoomlaDB make the same as id
in WordpressDB where email
field is the same.
So how to do that, it is about 10.000 entries?