-
[Help] Mu Online on MySQL
Hello Folks!
It just came in my mind, since there are source files here, can you modify it so that instead of using sql server it will use mysql?
There are lots of things that can be connected to mu online if this happens (one is web connections with mysql and php or sorts of stuff)
Can someone enlighten us if this is possible, and if not why?
Thanks in advance for those pips who will reply.
-
-
re: [Help] Mu Online on MySQL
Use mysql connector https://dev.mysql.com/downloads/connector/cpp/8.0.html and remake all the code that connects to database.
-
Re: [Help] Mu Online on MySQL
You can do that and you should.
I'm going to give you a hint before you start making all the code by yourself.
Take a look at Trinity Core source code. TC is a World of Warcraft server source code.
That is C++ and uses MySQL. We used same base.