Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Good evening, the immediate solution was to install the x86 version. And installing these packages https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170.
After installation I open the ODBC connector using Win+R and typing: %systemdrive%\Windows\SysWoW64\odbcad32.exe
Hi,
This is not working for me.
I download and install https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170.
Then I download and install https://dev.mysql.com/downloads/connector/odbc/
When I install odbc mysql-connector-odbc-8.0.29-winx64 I get an error 1928
Any sugguestions?
Working on Windows11
M1 chip
I'm running on a Mac Studio M1 Max.I can see that RandallQ has it installed as an ODBC data source but is this running under arm or intel. I can get the intel version working easily on parallels but no luck with the M1.
I too have the same problem. Error 193 happens on the installation of the MySQL x64 ODBC Driver installation (ignored) and also when attempting to add the driver with the 64 bit ODBC Administrator. I Searched for what the Error 193 means which indicates a mismatch between 32bit and 64bit. I have the 64bit C++ Redistributable installed. The driver does not show up in the Add list of drivers using the 32bit ODBC Administrator. Another suggestion I read was to run the msi installer as administrator. Done that, didn't work. Nothing I have tried will work to get a 64bit ODBC driver working. I have successfully installed a 32bit driver but that does not work for PowerBI which requires a 64bit driver. I even got a trial version of a commercial ODBC driver that claimed it would work but still get this error and no successful 64bit ODBC driver.
What does one have to do to get a 64bit ODBC driver installed under Parallels?
Guys... I got this working on my M1 Max Macbook Pro running the latest Ventura 13 and latest Parallels version.
1. Download the x86 Visual C++ https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
2. Download Windows (x86, 64-bit), MSI Installer drivers https://dev.mysql.com/downloads/connector/odbc/
It'll install without error 193. You won't get any errors at all. From there just open up ODBC and setup your connection as you typically would.
Cheers.
There is no way you were able to install 64-bit MySQL Connector with x86 Visual C++ Redist...Guys... I got this working on my M1 Max Macbook Pro running the latest Ventura 13 and latest Parallels version.
1. Download the x86 Visual C++ https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
2. Download Windows (x86, 64-bit), MSI Installer drivers https://dev.mysql.com/downloads/connector/odbc/
It'll install without error 193. You won't get any errors at all. From there just open up ODBC and setup your connection as you typically would.
Cheers.