If it's taking that long and it's giving errors about duplicate key entries and the like, it might be that it pauses to beep on each error.
If you don't want it to beep on each error, add a -b argument to mysql, ie
cd\mysql\bin
mysql -u username -b -p databasename
then the errors will just fly by but not beep.
|