Does this do an "export" and then an "import"?
If so, then for remote databases, all data is passing over the network.
Is there a way in Sequel Pro to duplicate a database where all the work is performed on the remote machine?
I have a user that wants to be able to regularly take a snapshot of the production database and replace a test database. They want to do it through Sequel Pro.
For a large database, it seems that one would want to use mysqldump and then import locally with mysql.
Thanks.
Richard