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)

deez2255 07-15-2014 02:29 PM

i am not sure about the mysql how do i check? lol thanks for the help again.

Nightrider84 07-15-2014 02:34 PM

its the username and password you used in the command prompt ie mysql -username -ppassword

deez2255 07-15-2014 02:40 PM

i will look into the sql thing. as for the bat i am still having problems switching it over. when i make a new text document and name it start.bat it doesnt give me any visible open to switch it over. it just automatically goes into text format

Nightrider84 07-15-2014 02:43 PM

you gotta go into the text document go to file click save as and there is a bar at the bottom you can change to all files. and name the save start.bat

deez2255 07-15-2014 03:25 PM

thanks for the prompt reply. okay i got the save.bat file saved as a bat. now you said i needed to change the address. and do i need to mess with the sql thing like you said? or is that optional

deez2255 07-15-2014 04:14 PM

let me know asap thanks!

Scorpious2k 07-15-2014 10:42 PM

You do need the user id and password for the DB in the config and it has to be correct. Otherwise it will all error out.

deez2255 07-21-2014 05:20 PM

Where do i find it at? the user id and password

Scorpious2k 07-22-2014 01:19 AM

Do you meam where do you put it in the config?

deez2255 07-23-2014 04:03 AM

yes thats what i mean i think

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 07:28 AM.

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