• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

MyODBC driver problem

jovana

New Pleskian
Okay, I had a problem with MySQL 5 query's in combination using Plesk 8.1 and MySQL 5. I want to share the solution with you, and maby SWsoft can als fix this problem in the next release.

The Problem:
A normal simple query like:
select * from table; does not work.

The workaround:
Modify your query to:
select id, name, date from table; does work well.

The solution:
After a search on the mysql bug report site, I found this is a known problem.

In the Plesk 8.1 installation package there is the MySQL 3.51.11 driver shipped. This is a wrong driver in combination of MySQL 5. To have this problem fixed download (http://dev.mysql.com/downloads/connector/odbc/3.51.html) the latest one, 3.51.12 driver. Al problem are gone.
 
jovana, thank you for your report. We will update MySQL ODBC in Plesk distribution in the next major version.
 
Back
Top