1. Mysql Odbc Driver Windows 7 64 Bit
  2. Download Mysql Odbc Driver For Windows 10
  3. Mysql Odbc Driver Windows Download
  4. Mysql Odbc Driver Windows 2016
Active2 years, 10 months ago

There is a Linux MySQL DB we have connect to. This works fine on Windows 7 computers. Now there is Window 10 an no connection anymore. (Windows XP worked so too) Server version: 5.1.73-1 (Debian) I. Connector/ODBC is a standardized database driver for Windows, Linux, Mac OS X, and Unix platforms. Online Documentation: MySQL Connector/ODBC Installation Instructions, Documentation and Change History.

I am trying to connect MS Access with a local mySQL database.
To do this I downloaded the mySQL ODBC connector from the mySQL website and installed it. As I am on a 64-bit system I went for the 64-bit version.

I then discovered when trying to connect Access to mySQL that my installation of Office is actually 32-bit so the driver doesn't work. So I removed the 64-bit ODBC driver and installed the 32-bit one.

Problem is, when I go into control-panel -> Administrative Tools -> Data Sources (ODBC) and try to add a new data source, the only options for the mySQL drivers seem to point to the old directory where the 64-bit drivers were. Intel opengl 3.2 download. It then fails as it can't find the dlls with system error 126.

How do I get it to show the 32-bit drivers?

Imane Fateh
2,2033 gold badges13 silver badges22 bronze badges
harrygharryg
10k32 gold badges97 silver badges163 bronze badges

3 Answers

Sathish DSathish D

Also you can use RegisterDatabase() function to create connection from your code.

I wrote wrapper function many years ago: http://5codelines.net/kak-programmno-sozdat-odbc-dsn/.Just skip russian language and use the code.

SergeySergey

Prior to installing the ODBC MySQL driver 5.2.6 you need to install the Microsoft Visual C++ 2010 Redistributable Package for x64 or x86 or both (just search the Microsoft site for these and download from there). Other driver versions may require different versions of this MS VC++ Redist. Package, which can coexist side by side. By default server 2008 R2 comes with the 2008 version, so installing the 2010 is required. Before installing check in Programs and Features if not already installed. Depending on you application it may require the 32 bit or the 64 bit version. Without it you get the system error 126

Then install the drivers:To install the 32 bit version run as administrator c:windowssyswow64odbcad32.exe which is the 32 bit version of 'Data Sources (ODBC)'

user3201361user3201361

Not the answer you're looking for? Browse other questions tagged mysqlms-accessodbc or ask your own question.

Active5 years, 7 months ago

I want a 32bit bit application (running on Windows 7 64bit) to connect to MySQL 5 64bit through ODBC.

Does the MySQL ODBC connector have to be 32 or 64 bit?

For Downloading Instagram Picture - Simply Enter Instagram Image URL on above ‘Text Box’ and click on Go Button. That’s it Download Link will Display on Next Page. Just Click on “Download” Link to save the Picture or Just Right-Click the Picture center and click “Save Image as.”. Instagram picture downloader. Instagram photo, video, and IGTV downloader - Free, online, and one-click download. Instagram Photo downloader is an online tool to download Instagram photos online. Instagram photo downloader or Instagram photo saver allows you to save Instagram pictures to your device (iPhone, Android, iPad, tablet) by any Instagram user whose account is public in 3 simple steps.

Does the MySQL ODBC connector's register size have to match the application's or MySQL's? Windows 7 64bit can handle 32bit as well as 64bit connectors - so this does not matter.

Mysql Odbc Driver Windows 7 64 Bit

TMS
35.6k39 gold badges180 silver badges313 bronze badges
RaffaelRaffael
13.2k10 gold badges63 silver badges129 bronze badges

2 Answers

(verified with R 32bit and 64bit / Windows 7 64bit / MySQL 5 32bit.)

Only the application's architecture (32bit or 64bit) that connects via the ODBC adapter does matter and has to be matched by it.

Windows 7 64bit can handle both 32bit and 64bit ODBC connectors (different data source managers though)

To MySQL 5 32bit you can connect with a 32bit as well as with a 64bit ODBC connector.

Download Mysql Odbc Driver For Windows 10

RaffaelRaffael
13.2k10 gold badges63 silver badges129 bronze badges

You cannot link a 32 bit application to a 64 bit ODBC driver so you have no choice if your app is 32 bit. Whether the 32 bit ODBC driver talks to the 64 bit mysql is another

Mysql Odbc Driver Windows Download

bohicabohica
5,1503 gold badges16 silver badges26 bronze badges

Mysql Odbc Driver Windows 2016

Not the answer you're looking for? Browse other questions tagged mysqlodbcmysql-odbc-connector or ask your own question.