EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   Noob server admin (https://www.eqemulator.org/forums/showthread.php?t=42497)

indigo_hermit 05-18-2020 12:45 AM

ooohh.. I see.. I pulled up MariaDB in win search just to make sure and I see alot of x64 with it.. opps.. haha. Guess that might be where my issue is?

Uleat 05-18-2020 01:34 AM

If you have both installed..

..this message will appear in the CMake setup: https://github.com/EQEmu/Server/blob...Lists.txt#L136

Make sure that you select MariaDB even if you're using MySQL.

There have been issues using the MySQL api.

The MariaDB api is compatible with MySQL and doesn't have the same problems.

indigo_hermit 05-18-2020 01:49 AM

Ok, so how do I select MariaDB? lol. Forgive me.. hahah

indigo_hermit 05-18-2020 01:53 AM

Ah, nm.. I see it.. I swear Im a blonde sometimes haha

Uleat 05-18-2020 01:54 AM

When you run CMake and all of the settings are in red:

https://user-images.githubuserconten...61e94c9491.png

That line of text from my last post should be in the somewhere.

Just select MariaDB in its drop-down box.

indigo_hermit 05-18-2020 01:55 AM

Well I'll be damned.. that did it.. lmao

indigo_hermit 05-18-2020 01:55 AM

========== Build: 23 succeeded, 0 failed, 0 up-to-date, 1 skipped ==========

indigo_hermit 05-18-2020 01:56 AM

You ROCK my friend. Thank you very much! Thanks everyone that threw some info in there and for all your hard work on here. You are all awesome.

indigo_hermit 05-18-2020 02:04 AM

Oh, 1 more question, if I make changes to the zone file, do I need to replace any other exe files besides the zone one in my server folder?

indigo_hermit 05-18-2020 02:07 AM

Or is it all the files in the debug folder? I honestly dont remember, lol

Uleat 05-18-2020 02:17 AM

It depends on your build type where your files are dumped.


I would do a Build all after making any changes.

If (and only if) one project builds, you can probably get away with only replacing that bin - such as zone.exe.

I would replace the pdb file too for debug info.


In VS, you can do a Clean, then Build .. that's the same as just clicking Rebuild.

But, if you only do a Build, it will use existing obj files (pre-compiled code chunks) and it will be a lot faster.

You may, on occasion run into an issue with LNK errors when doing this..which can be resolved by doing a Clean, then Build.

That usually only happens when you have something declared in the obj files .. but, somehow remove its definition - very rare, though.

indigo_hermit 05-18-2020 02:25 AM

awesome, I really appreciate the info. Gonna back up my server files just in case lol. I tend to screw things up quite more often than not, haha.


All times are GMT -4. The time now is 10:55 PM.

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