• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Question about SQL compiling

Status
Not open for further replies.

savenx

Enthusiast
Hello.. Today i compiled my new core and when im going to start i receive this error:

http://prntscr.com/95s1pd

But im already using the mysql 5.6.. I have downloaded the mysql-installer-community-5.6.27.0

I don't know what to do!

Thx all
 

Rochet2

Moderator / Eluna Dev
where did you get your libmysql.dll?
You should get it from the installation folder of your mysql server.

As the error says, the server was compiled with 5.5 and you should use the same version DLL as well.
 

savenx

Enthusiast
I just installed the mysql server, used CMAKE and compilled .. I need to change some directory on Cmake? Download another dll?
 

Rochet2

Moderator / Eluna Dev
Check in cmake which is the path to the lib you compiled with and in the same folder you can find the dll.
So open up cmake and tick advanced and grouped boxes and see the mysql section.
 

savenx

Enthusiast
Its correct.. C:/Program Files (x86)/MySQL/MySQL Server 5.6/lib/libmysql.lib

Its using the 5.6 lib version
 

Rochet2

Moderator / Eluna Dev
try copying C:/Program Files (x86)/MySQL/MySQL Server 5.6/lib/libmysql.dll
to your server folder
 
Status
Not open for further replies.
Top