M HYPE SPLASH
// updates

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-client

Or alternatively:

sudo apt-get install mysql\*

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

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy