MySQL Forums
Forum List  »  Newbie

Want to install mysql CLIENT only on RHEL9
Posted by: James Lum
Date: October 09, 2024 11:44AM

Hi,

We have an RHEL9 instance and want to install the mysql client only on it, so I ran "yum search" on the machine and got the following:

yum search mysql | grep client
Last metadata expiration check: 2:33:45 ago on Wed 09 Oct 2024 02:26:17 PM UTC.
mysql.x86_64 : MySQL client programs and shared libraries
mysql-common.x86_64 : The shared files required for MySQL server and client
python3-PyMySQL.noarch : Pure-Python MySQL client library
python3.11-PyMySQL.noarch : Pure-Python MySQL client library
python3.12-PyMySQL.noarch : Pure-Python MySQL client library
mariadb-java-client.noarch : Connects applications developed in Java to MariaDB and MySQL databases

So it looks like I just need to install the 'mysql.x86_64' and the 'mysql-common.x86_64' in order to get just the Mysql client.

Is that correct?

Thanks!

Jim

Options: ReplyQuote


Subject
Written By
Posted
Want to install mysql CLIENT only on RHEL9
October 09, 2024 11:44AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.