• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 12.5 mysql 5.6 ODBC error #01000

shoxicwaste

New Pleskian
Hi all,

I have a customer who wants to setup a magento 2.0.4 which requires mysql 5.6 so ive setup a dev environment on centos 6.5 with plesk 12.5

I have multiple php versions installed and have gone through mysql 5.6 upgrade however im now seeing issues in plesk application vault. After downloading an application I get this error message:

Code:
Error: The following error has occurred during the download of application: ODBC error #01000: [unixODBC][Driver Manager]Can't open lib '/usr/lib64/libmyodbc5.so' : file not found

So far from troubleshooting I have followed this article: https://kb.plesk.com/en/124899 and reinstalled the connector:
Code:
[root@nord ~]# rpm -Uvh /tmp/mysql-connector-odbc-5.3.6-1.el6.x86_64.rpm        Preparing...                ########################################### [100%]

[root@nord ~]# package mysql-connector-odbc-5.3.6-1.el6.x86_64 is already installed

I checked my lib64 files and "libmyodbc5.so" is not there however:

Code:
[root@nord ~]# locate libmyodbc5.so
[root@nord ~]# /usr/lib64/libmyodbc5.so

Im stumped. Does anyone have idea what could be wrong?
 
Hi, same problem, updated to php 5.6 from php 5.4 because I couldn't use 5.4 cli for magento and now I have the same error ODBC #01000.
How did you manage to fix it? And did it really worked because in one of the threads gremo managed to destroy everything in the end.
I am using Centos 6.8.

Thanks!
 
@Razvan - I got Plesk & mysql working but things were not right some services messed up.

Anyway I spun up a new server and got everything migrated over. Was very painful process and lost a lot of money doing it.
 
Hi Razvan,

For the error:

Error: The following error has occurred during the download of application: ODBC error #01000: [unixODBC][Driver Manager]Can't open lib '/usr/lib64/libmyodbc5.so' : file not found

Plesk provides some knowledge-base article, which might help:


If the resolutions don't solve your issue, pls. consider to provide MORE informations about your server ( as suggested at: "Important READ THIS FIRST TO FIND QUICK SOLUTION FOR THE EXISTING ISSUE/QUESTION" ) and always try to include depending log - file - entries for further investigations and help.
 
Back
Top