Difference between revisions of "Install MySQL Client in Linux CentOS 7"

From Gejoreuy
Jump to navigation Jump to search
(Created page with "https://www.cyberciti.biz/faq/centos-linux-56-install-mysql-client-only/")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
== Reference ==
 +
 
https://www.cyberciti.biz/faq/centos-linux-56-install-mysql-client-only/
 
https://www.cyberciti.biz/faq/centos-linux-56-install-mysql-client-only/
 +
 +
== Purpose ==
 +
 +
We want our CentOS 7 machine act as database client and can access a MySQL database.
 +
 +
== Install PostGreSQL Client ==
 +
 +
<pre>
 +
[root@gejoreuy ~]# yum install mysql
 +
</pre>

Latest revision as of 13:34, 12 November 2019

Reference

https://www.cyberciti.biz/faq/centos-linux-56-install-mysql-client-only/

Purpose

We want our CentOS 7 machine act as database client and can access a MySQL database.

Install PostGreSQL Client

[root@gejoreuy ~]# yum install mysql