How can I install MySQL client on 10.04?
By Sarah Scott •
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.
1 Answer
Try:
sudo apt-get install mysql-clientOr alternatively:
sudo apt-get install mysql\*Commands like those worked for me when I installed it on my 11.04 system.
1