EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   queryserv.exe database ? (https://www.eqemulator.org/forums/showthread.php?t=39660)

astarion 05-15-2015 08:59 PM

queryserv.exe database ?
 
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:
Code:

        <!-- 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.


All times are GMT -4. The time now is 10:58 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.