Hi folks,
I've searched high and low for solution. Here's the skinny:
MySQL Server 5.0 on Windows Server 2003
I have a 156MB sql file I'm trying to import using mysql -uusername -p database < dump.sql
I get an error response of: Error 2006 <HY000> at line 145: Mysql Server has gone away.
I already increase the max_allowed_pac kets to 250MB. And I've already checked the error logs and there are no messages.
I can't split up the file because a table in the database is 135mb to begin with.
Please help.
THanks
I've searched high and low for solution. Here's the skinny:
MySQL Server 5.0 on Windows Server 2003
I have a 156MB sql file I'm trying to import using mysql -uusername -p database < dump.sql
I get an error response of: Error 2006 <HY000> at line 145: Mysql Server has gone away.
I already increase the max_allowed_pac kets to 250MB. And I've already checked the error logs and there are no messages.
I can't split up the file because a table in the database is 135mb to begin with.
Please help.
THanks
Comment