Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
Are there any Linux MySQL command-line tools that don't require the entire MySQL dB installing the package to be installed?

I wanted to from server #1 (app server), I executed the MySQL instructions that will get affected on server #2 (DB server). I do not want to run my DB on a local server or to install the full-blown MySQL DB.

1 Answer

0 votes
by (36.8k points)
edited by

To only install MySQL (client) you should execute

yum install mysql

To install mysql client and mysql server:

yum install mysql mysql-server

To know about Linux join the Linux training

Related questions

0 votes
1 answer
0 votes
0 answers
0 votes
1 answer
asked Feb 9, 2021 in Linux by blackindya (18.4k points)

Browse Categories

...