MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC-connector fails on 64bit-windows
Posted by: VINICIUS OLIVEIRA DE SOUSA
Date: May 24, 2012 07:12PM

Hi,

To work I need unregistry all files (uninstall don't solve).

-I download zip version of windows ODBC driver (64 bits or 32 bits)
-Descompact
-I open command prompt with admin privileges and go to folder:
cd c:\{folder with you choose}\bin
- List all ODBC drivers with
myodbc-installer -d -l
- If you see any MYSQL driver execute
myodbc-installer -d -l -n "{Driver Name}"
ex:myodbc-installer -d -l -n "MySQL 5.1 Driver"

- You will see were drivers are, and delete them.
- After execute:
myodbc-installer -d -r -n "{Driver Name}"

-If you see "usage count: xx" and xx are >0 then repeat operation (list, delete drivers if exists and unregistry).

- After All install the new drivers with MSI Install (64 and 32 bits if you use 32 bits applications) or no-install version with install.bat

I using MYSQL with ODBC Connector 5.1.11 to MS Access front-end.


PS: Sorry my poor english :D



Edited 1 time(s). Last edit at 05/24/2012 07:15PM by VINICIUS OLIVEIRA DE SOUSA.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.