Jump to content
Sign in to follow this  
Delphied

FireDAC MySQL Driver Not Working

Recommended Posts

Tried installing version 5 and 8 of MySQL, but in both cases it tells me it wants the x86 version of the driver when I installed the x64.  How do I get past this?  No 32bit editions of MySql are available.

Share this post


Link to post

[FireDAC][Phys][MySQL]-314. Cannot load vendor library [libmysql.dll, libmariadb or libmysqld.dll].  libmysql.dll has unsupported architecture [x64]. Required [x86].  The specified module could not be foundThis is the error I am getting:

 

 

Share this post


Link to post
Posted (edited)

There is a 32 bit ODBC driver, currently it is: Connector/ODBC 8.0.40.  (select version 8.0.x in the list here: https://dev.mysql.com/downloads/connector/odbc/ )

It does mean using the FireDac ODBC driver to then use the MySQL ODBC driver vs going more directly.

 

 

Edited by Brian Evans

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×