-
Wich mysql connector?
When i try to start up the LeagueWar login server it gives me the error that i dont have the right msql ODBC connector..
http://i.imgur.com/O68PykX.png
As i have seen on the forum im not the only one.
I have got the ODBC version 5.1.13 installed wich work fine for the tweek login and game server and the LeagueWar game server,
I compared the source of both login servers (Tweek and LeagueWar) but the connection strings are exactly the same
Code:
strConnection = "Driver={MySQL ODBC 5.1 Driver};Server=" + dbHost + ";Port=" + dbPort + ";Database=" + dbName + ";User=" + dbUsername + ";Password=" + dbPassword + ";Option=3;";
I have no idea about how to fix this and i don't understand why its not working either.
-Cedric5
- - - Updated - - -
Found the solution!
installed both versions (32 and 64) of 5.1.11 and it worked!
#CloseRequest