Jul 22, 2012, 04:13 AM
Are you using the libmysql.dll included in the install package? If not, there's your problem, but 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.
If you find out where it's loading from, you can remove the directory it's in from your Path environment variable or just remove the dll if it's part of something you don't need anymore.
If you find out where it's loading from, you can remove the directory it's in from your Path environment variable or just remove the dll if it's part of something you don't need anymore.