Still getting Access Denied...
			 
			 
			
		
		
		
		Okay, Hiya, I just installed MySQL 4.0.x about 10 times trying various things. Restarting after install also btw. 
 
When I try to run World.exe i get 'Access Denied for user username@localhost' so i went and looked at the post that said to type a command.. and here is what i did.. 
 
GRANT ALL PRIVILIGES ON eq.* TO username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION; 
(note i also tried it without 'WITH GRANT OPTION') 
 
Each time i type that in i recieve the error: 
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'eq' 
 
How do you fix that? Any idea? 
Thanks 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 |