Home  >  Article  >  Database  >  How to install mysql odbc driver in rpm mode

How to install mysql odbc driver in rpm mode

王林
王林Original
2020-09-27 16:31:502707browse

How to install the mysql odbc driver in rpm mode: first download the driver file; then execute the [rpm -ivh mysql-connector-odbc-5.1.11-1.rhel5.x86_64.rpm] command to install it. .

How to install mysql odbc driver in rpm mode

Specific method:

(Recommended tutorial: mysql video tutorial)

Download the file first mysql-connector-odbc-5.1.11-1.rhel5.x86_64.rpm;

Then execute the command to install it

rpm -ivh mysql-connector-odbc-5.1.11-1.rhel5.x86_64.rpm

The default driver is installed in /usr/lib64/libmyodbc5.so Down.

Related recommendations: php training

The above is the detailed content of How to install mysql odbc driver in rpm mode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn