What's new

Authserver and Worldserver close instantly after opening

xalexander90

Trial Member
1
2014
0
Hey

I'm currently having the problem where I open the MySQL.bat, then when I proceed and try to open AuthServer it instantly closes.

I checked the Auth log and it says the following:
EmuCoach V2 rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1c 10 May 2012 (Library: OpenSSL 1.0.1h 5 Jun 2014)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@'localhost' (using password: YES)

Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@'localhost' (using password: YES)

DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database

I checked the authserver.conf and it's trying to use root as username and ascent as password
I use windows 64

Edit: I fixed the issue
I found this thread: http://www.emucoach.com/showthread.php?148-cant-run-server that fixed it for me
The issue was that another mysqld was running
 
Last edited:

JadaDev

Veteran Member
91
2014
12
Location
Tunisia
Hey

I'm currently having the problem where I open the MySQL.bat, then when I proceed and try to open AuthServer it instantly closes.

I checked the Auth log and it says the following:
EmuCoach V2 rev. 0000-00-00 00:00:00 +0000 (Archived) (Win32, Release) (authserver)
<Ctrl-C> to stop.

Using configuration file authserver.conf.
OpenSSL 1.0.1c 10 May 2012 (Library: OpenSSL 1.0.1h 5 Jun 2014)
Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@'localhost' (using password: YES)

Could not connect to MySQL database at 127.0.0.1: Access denied for user 'root'@'localhost' (using password: YES)

DatabasePool auth NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors.
Cannot connect to database

I checked the authserver.conf and it's trying to use root as username and ascent as password
I use windows 64

Edit: I fixed the issue
I found this thread: http://www.emucoach.com/showthread.php?148-cant-run-server that fixed it for me
The issue was that another mysqld was running

Are you sure that your MySQL is running ? & can you run worldserver.exe and check Server.log and give me result !

Start Task Manager and than go to processes and click or check Show Process for all users than try to find mysqld.exe and End Process than run again your mysql.
 
Top