I use a production MySQL database on a Linux box and develop with a MySQL database on a Windows box. Is there a simple way (a program or SQL command) to copy the data from the Linux box to the Windows box? ...preferably on a regular schedule?
My current method involves manually exporting the tables from the Linux database with MySQL-Front.
My current method involves manually exporting the tables from the Linux database with MySQL-Front.