Are there are any Linux mysql command line tools that don\'t require the entire mysql db installation package to be installed?
What I\'m trying to do is from serve
To install only mysql (client) you should execute
yum install mysql
To install mysql client and mysql server:
yum install mysql mysql-server