Quote:
	
	
		
			
				
					Originally Posted by  joligario
					 
				 
				Looks like you are getting confused. 
-u = user (eq in your case) 
-p = password (eq in your case) 
The final entry is the database name (you didn't specify, but I assume peq) 
 
So your final login (if the database name is peq) is mysql -ueq -peq peq 
			
		 | 
	
	
 Right!  When I run mysql -ueq -peq peq it brings me to the mysql prompt but when I try to run world.exe I still get the database connection issue.