Is there a way to only install the mysql client (Linux)?

前端 未结 7 1780
醉话见心
醉话见心 2020-12-04 11:40

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

相关标签:
7条回答
  • 2020-12-04 12:29

    Maybe try this:

    yum -y groupinstall "MYSQL Database Client"
    
    0 讨论(0)
提交回复
热议问题