Ubuntu – How to install MySQL client on 10.04

MySQLsoftware installation

How can I install MySQL client in Ubuntu?

I have already installed MySQL 5.1 binary on server.

I am not able to find the right package for apt-get.

Best Answer

Try:

sudo apt-get install mysql-client

Or alternatively:

sudo apt-get install mysql\*

Commands like those worked for me when I installed it on my 11.04 system.