MySQL ODBC Connector driver - Doesn't work with Unity on Mac?

Has anyone managed to get the MySQL ODBC Connector driver to work with Unity on Mac(http://dev.mysql.com/downloads/connector/odbc/)? I have Max OS X 10.6.8 Snow Leopard installed.

However, if works perfectly in Unity on Windows. My extension connects to my database without any problems what-so-ever. But for some reason, on Mac it can’t (anymore… I’m pretty sure this used to work a few months ago). :face_with_spiral_eyes:

If anyone knows anything about this, it would be greatly appreciated…!

I’m not sure, but ODBC drivers are windows only i think.
You better go to mysql webiste and try to find an osx connection driver, i’ve used mysql with osx 10.6.8 with MAMP (apache, mysql, php for mac).
But never used mysql with unity before.

Thanks for your reply fano_linux, very much appreciated. I believe the MySQL ODBC Connectors are also available for the Mac. If you click on the link I attached in my previous post, you will notice you can choose platform (Mac OS X) from the dropdown menu. I installed the "Mac OS X ver. 10.6 (x86, 64-bit), DMG Archive"package, but I still cannot seem to communicate with my web based database from Unity Mac. As if the connector driver doesn’t initiate at all. However, in Unity Windows I got no problem - works nicely. Really odd. I remember that this used to work for me (months ago), but nothing had changed code-wise in my Unity extension since then. So I wonder if it’s a Unity Mac issue?

This is the error message I get on Unity Mac (3.5.0f5):

Changing the settings has resulted the following database error: [odbc32.dll]. . Please refer to your Connector documentation if you are unsure what this means

But works percetly on Unity Windows…!