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

How to install mysql odbc driver in rpm mode

王林
Release: 2020-09-27 16:31:50
Original
2833 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template