View Single Post
  #1  
Old 04-04-2004, 02:35 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

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.
Reply With Quote