If you are importing using:
mysql -u user -p db_name < db.sql
as in http://forums.mysql.com/read.php?28,125660,125660
Check that you DO NOT have "log-slow-queries" turned on, either via the command line start of mysql or in the my.cnf (or my.ini), it really helps not logging slow queries when importing 174GB dumpfile :)
mysql -u user -p db_name < db.sql
as in http://forums.mysql.com/read.php?28,125660,125660
Check that you DO NOT have "log-slow-queries" turned on, either via the command line start of mysql or in the my.cnf (or my.ini), it really helps not logging slow queries when importing 174GB dumpfile :)