-3

I only need to install the mysql command line shell utility, and don't want to install the whole server software (mysqld). This is for space constraints, mainly, and I also don't wanto to have on my front end machine stuff that doesn't belong there.

Can anyone point me to the right package to install with apt-get, please? Or should I find the tarball and compile it myself?

Thanks

tompave
  • 11,952
  • 7
  • 37
  • 63

1 Answers1

3

Here you go:

apt-get install mysql-client
Jens Erat
  • 37,523
  • 16
  • 80
  • 96
Schneider
  • 46
  • 2