DB connect error/AccountServer.exe crash

04/19/2009 00:47 viscidslime#1
When loading up the account server.exe i get a error "DB real connect error: access denied for user: 'ODBC@Localhost' (using password:NO). However, the account server will load up, but after loading the MSG.exe and the NPC.exe and then logging into the game server (private server) my account server crashes and I get a stop error (windows asks me if i want to search for reasons why on the net, or stop the program).


My operating system is Windows Vista 64 bit, I am using Mysql 5 and Wamp server.

If there is any info i left out, please let me know. Thank you for the help..
04/19/2009 01:42 dani-filth0#2
which db ??
04/19/2009 01:58 wtmfs#3
You may have to create a user named ODBC if you haven't done so already. I had a similar issue and that resolved it.
04/19/2009 02:21 drew666#4
In ur navicat go to manage users. Add a new user for ODBC Example say ur username is root and password test

Username : root
Host : ODBC
password: leave blank dont need here
04/19/2009 08:24 viscidslime#5
Thank you wtmfs and Drew