Ich importiere 7 GB foobar.sql, um eine Tabelle in einer lokalen Datenbank wiederherzustellen. $ mysql -h localhost -u root 'my_data' < foobar.sql $ mysql --version /usr/local/mysql/bin/mysql Ver 14.12 Distrib 5.0.96, for apple-darwin9.8.0 (i386) using readline 5.1 Wie kann ich den Fortschritt...