Drop the existing database first.  Alot of the information is already there, thats why it beeps like crazy. 
 
You may want to save your accounts or character data first though.   
 
mysqldump eq > somefile.sql  (Your old version) 
 
then,   
mysql>drop database eq 
mysql>create database eq 
mysql>source <path to db.sql>\db.sql 
 
that will put the new one in with no annoying beeps.  Your original data is preserved in the database dump, so just readd  
the rows you see in there for your accouts or characters. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 |