trophyhead
10-5-02, 06:29 PM
Hi all,
I'm currently getting errors when I try to restore a mysqldump file from my home machine to the Powweb server.
The command works correctly with smaller dumpfiles, but gives me a timeout error with mysqldump files of over 5 Mb or so.
The command looks like this (on my Windows box):
c:\mysql\bin\mysql -uusername -ppassword -hwww.mysite.com databasename < c:\mysqldumpfile.dump
The error I get is:
ERROR 2013 at line 12773: Lost connection to MySQL server during query
Any ideas as to how I might fix this problem? It could be a problem with my connection, but I don't think so...it's to the point where I can *never* upload a file of greater than a certain size using this command.
Thanks!
I'm currently getting errors when I try to restore a mysqldump file from my home machine to the Powweb server.
The command works correctly with smaller dumpfiles, but gives me a timeout error with mysqldump files of over 5 Mb or so.
The command looks like this (on my Windows box):
c:\mysql\bin\mysql -uusername -ppassword -hwww.mysite.com databasename < c:\mysqldumpfile.dump
The error I get is:
ERROR 2013 at line 12773: Lost connection to MySQL server during query
Any ideas as to how I might fix this problem? It could be a problem with my connection, but I don't think so...it's to the point where I can *never* upload a file of greater than a certain size using this command.
Thanks!