Jul 22, 2012, 01:22 PM
Drunken_F00l Wrote:if so, it's probably loading libmysql.dll from somewhere else on your system. You can find out by using procmon and setting a filter for Path contains libmysql.
Yeah, I found 2 other libmysql.dll's, one is in MySQL Workbench and the other in another server for MTA, going to see what I can do about it trying to load the other .dlls.
Thanks for the reply.

EDIT: After looking around with procmon it seems that its doing something with the libmysql.dll in C:\Windows\SysWOW64\libmysql.dll, there was a CREATEFILE operation with the one in the orangebox\bin directory but that's all I found. (I'm not about to go screwing around with how everything loads just yet).