Did you create the eq database first?  
 
 
FROM THE README 
 
 
1) 
> after the install go to c:\mysql\bin\ and open winmysqladmin.exe, it should prompt you to create a user / pass ( remember this becuase you need to use the login later on in the install ) 
 
> after you set up the user / pass go to c:\mysql\bin\ and open mysql.exe 
 
> type this in the command prompt (type it exactly how you see it here) ; 
 
create database eq; 
 
( this creates a database named eq ) 
 
> example output 
Your MySQL connection id is 6146 to server version: 3.23.36-log 
 
Type 'help;' or '\h' for help. Type '\c' to clear the buffer 
 
mysql> create database eq; 
Query OK, 1 row affected (0.00 sec) 
 
 
 
 
2) 
 
> copy db.sql from c:\eqemu\ to c:\mysql\bin\ 
 
> open mysql.exe 
 
> type this in exactly 
 
source db.sql; 
		
	
		
		
		
		
		
		
			
				__________________ 
				Quitters never win, and winners never quit, but those who never win and never quit are idiots.
			 
		
		
		
		
		
		
	
		
		
	
	
	 |