How to Install and Uninstall php-mysqlnd.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 27,2024

1. Install "php-mysqlnd.x86_64" package

This is a short guide on how to install php-mysqlnd.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install php-mysqlnd.x86_64

2. Uninstall "php-mysqlnd.x86_64" package

Please follow the guidance below to uninstall php-mysqlnd.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove php-mysqlnd.x86_64 $ sudo yum autoremove

3. Information about the php-mysqlnd.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : php-mysqlnd
Arch : x86_64
Version : 7.4.19
Release : 1.el7.remi
Size : 876 k
Repo : installed
From repo : remi-php74
Summary : A module for PHP applications that use MySQL databases
URL : http://www.php.net/
License : PHP
Description : The php-mysqlnd package contains a dynamic shared object that will
: add MySQL database support to PHP. MySQL is an object-relational
: database management system. PHP is an HTML-embeddable scripting
: language. If you need MySQL support for PHP applications, you will
: need to install this package and the php package.
:
: This package use the MySQL Native Driver