How can i synchronize two database tables with PHP?

后端 未结 8 618
萌比男神i
萌比男神i 2021-01-01 04:56

I need to use PHP to copy data from one MySQL database to another.

I can build and array of all the values to go into the other database but first I want to make su

8条回答
  •  庸人自扰
    2021-01-01 05:47

    Use TOAD for MySQL Schema compare tool, it will look at the tables, show you the differences visually and generate SQL queries to synchronize the tables structure. Also it does data compare.

提交回复
热议问题