Delphied 0 Posted Friday at 09:33 PM 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
Delphied 0 Posted Friday at 10:47 PM [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
Pat Heuvel 1 Posted Saturday at 01:21 AM Have you tried the drivers from an older x86 release? Share this post Link to post
Brian Evans 112 Posted Saturday at 02:07 AM (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 Saturday at 02:08 AM by Brian Evans Share this post Link to post
Dmitry Arefiev 109 Posted Saturday at 10:35 AM https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.44-win32.zip Share this post Link to post