• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

MySQL ODBC driver unavailable

X

xyla

Guest
MySQL ODBC driver is unavailable in the dropdown listbox when I want to add a new ODBC connection.

This after upgrading from Plesk 7.5.6 -> 7.6.0

It's not possible to re-install the driver in Plesk setup because the un-install option is unavailble for this component.
 
Solution:

First, check output of the following command:

C:\Program Files\SWsoft\Plesk\admin\bin>odbcmng.exe --get-drivers-list

Find in it "MySQL ODBC 3.51 Driver" line.

If there is no such line then you should try to reinstall mysql odbc driver.

If there is that line than you should check C:\Program Files\SWsoft\Plesk\admin\bin\odbc.conf.xml file. There should be something like:

<cstring driver="VDatabase ODBC 3.51 Driver" driverType="mysql">

Change "VDatabase ODBC 3.51 Driver" to "MySQL ODBC 3.51 Driver".

Save old file odbc.conf.xml before changing.
 
Back
Top