Importing local mySql to live server hanging

Permalink
Everytime I try to import the mySql dump from my local server into phpMyAdmin on my live server it hangs. I attach a screen dump of my export screen. Not sure what I'm doing wrong but I've only ever had one successful import. What setting should I use to export and import into phpMyAdmin? I use cpanel.

1 Attachment

chassa2556
 
ryan replied on at Permalink Reply
ryan
I've had nothing but problems with moving dbs using phpmyadmin. Last time I messed with this it kept missing large amounts of content.

mysqldump > export.sql
mysql dbname < export.sql


You can also use a desktop client and connect remotely if you host allows that.
I use this on my mac:
http://www.sequelpro.com/