Log in

View Full Version : queryserv.exe database ?


astarion
05-15-2015, 08:59 PM
Hi,

I am on my phone so reason for no logs. I am not able to run queryserv.exe as it says it is not connected to a database. I know in the eqemuconfig I had to change the world.exe to the database and I assume this is something similar.

Anyways any assistance would be helpful, I am sure it is something simple.

Secondly, would this fix my issue of logging into my own server on ewemulator login and seeing the eqlauncher go from 1 connection to 0 sleep while I am trying to walk around a zone?

Uleat
05-15-2015, 09:13 PM
There is a section in eqemu_config.xml that sets the queryserv database.

Depending on how old your server is(, or what config file you used,) you may not have this.


This is what you should have:

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>***</username>
<password>***</password>
<db>peq</db>
</database>

<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>***</username>
<password>***</password>
<db>peq</db>
</qsdatabase>



On the sleeping thing..I see it go to zero too..but, don't recall any issues with gameplay.