Getting the following error:
ERROR 2006 (HY000) at line 530: MySQL server has gone away
Which I get after running the following from the MySQL (5.1.53-community) command line:
CREATE DATABASE restoredb;
then this from the Windows 7 system command line:
mysql -u root -p restoredb < "C:\restoredb.sql"
I've tried another database restore using another file and the MySQL restore command works fine.
Questions, feedback, requests -- just comment, thanks!!
Put this in your my.ini (Win) or my.cnf (Linux)
If running as a service, put under [mysqld]