EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Creating a private EQemu server (https://www.eqemulator.org/forums/showthread.php?t=38481)

lerxst2112 07-23-2014 04:48 AM

It's the same account and password you asked about last week. Remember mysql -uusername -ppassword? The username is generally root for a local connection.

Scorpious2k 07-23-2014 10:57 AM

Open the config file (eqemu_config.xml) with an editor (notepad works fine) Go down to where you see
Code:

      <database>
                <host>localhost</host>
                <port>3306</port>
                <username>eq</username>
                <password>eq</password>
                <db>eq</db>
        </database>

change the eq between <username> and </username> to the user name you used in mysql, change the eq between <password> and </password> to the password you used. If the DB name isn't eq change the eq between <db> and </db> to the db name you used, otherwise leave it alone.

Save the config file and it should work.


All times are GMT -4. The time now is 04:23 AM.

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