I have a website being hosted. It has a MySQL db. I am running a webserver at home with a copy of the website for testing etc. IS there an easy way to cpy the db from on to the other? Droopping the data+structure works, except for one table which is to big to reload (get time out problems).
Is there a way to reload via the commandline instead of PHP for instance?
On the webhosting site I only have a PHPMyAdmin type interface. I can't shell to access the db
