I have a MySQL file, db.sql. I have tried to import it using:
db.sql
mysql -uroot -p[password] db < db.sql
All I get is a listing of m
I've been using PHP script called "BigDump": http://www.ozerov.de/bigdump.php