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
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.