How to copy table from one table on remote server to table on a different remote db m
How to copy table from one table on remote server to table on a different remote db mysql5.6 with PDO
I have matching databases on 2 different servers (mysql replication is not an option). I need to see if a record is missing from one table2 and if so truncate table2 and then copy from table1 to table2. each table is on a different IP/server.
|