View Single Post
  #2  
Old 06-28-2008, 05:17 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by madison1 View Post
I am new to this....I followed all the steps in the guide and got this when I started world.exe...l am attempting to use angelox database....thanks for any suggestions

[Error] Failed to connect to database: Error: #1045: Access denied for user 'eq'
@'localhost' (using password: YES)

here is my eq_emu_config file info

<username>root</username>
It would appear that EQEmu is not using the eqemu_config.xml file that you think it is, since you get an access denied error for user 'eq', when the xml file you posted specifies a user name of 'root'.

Launch a command prompt:

Code:
c:

cd \eqemu2

notepad eqemu_config.xml
Check that the userid and password are correct in that file.
Reply With Quote