Hello!
I am trying to get a dedicated server set up and running (on Linux) and have gotten so far as to have the mission start and run. However, when I or anyone else tries to load in they spawn in the ground and disconnect a few seconds later. I have tried making sure the player hitpoint value is VARCHAR(1024) and making sure the SQL strict mode settings are disabled.
In my @ExileServer folder I have extDB-conf.ini set up with a username and password and my Battleye Rcon passwords match. However, when I look at the extDB log file it contains two lines:
extDB-conf.ini found
Access denied for user 'changeme'@'localhost' (use password=NO)
I have set up a user and password using MySQL and the database appears to be intact, and put that users information in extDB-conf.ini. I cannot figure out why it is trying to log in with 'changeme'@'localhost'. Would having the server and the database on the same port cause this behavior? (Apologies for not posting log/rpt files. I do not currently have access to the PC running the server. They can be posted later if needed.)