Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EbrahemSamer's avatar

How to link two databases in different domains ? ( PHP Native ).

I wanna connect mydomain with two similar databases and when any change happen in any table in one of them, the same table in the other database should changes.

Is there any way to get this done using PHP & MYSQL

0 likes
2 replies
Tray2's avatar

Agreed, never use php for something the database can do.

Master slave replication is the way to go here.

1 like

Please or to participate in this conversation.