I'm running a PHP/MySQL ecommerce package, both on a remote server and on my local machine.
The database has 33 tables and the SQL dump file is about 20MB in size.
On the remote I simply telnet into my account to dump and load.
On the local machine I'm using phpMyAdmin, which times out on large files.
Is there a faster way to load locally (a remote telnet equivalent)???