Trying to copy a database between two remote servers. Source server does not use tunneling, target server does.
If a table is big, copying even just that single table fails with this message: “HTTP Error. Could not connect to the tunneling URL.”.
This is bs. the tunneling url is always available.
Now I have to download the database as a 90MB list of SQL statements, remove references to definers unknown to the target and what not, and execute these statements on the target server. Exactly the kind of trouble I would expect to avoid thanks to SQLYog.
I love the program, but for this particular task, it miserably fails.