installation mysqldump
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Realization
--
Chapters
00:00 Installation Mysqldump
00:29 Accepted Answer Score 20
00:46 Answer 2 Score 0
01:03 Answer 3 Score 0
01:18 Answer 4 Score 11
01:26 Thank you
--
Full question
https://superuser.com/questions/165582/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux #installation #ubuntu904 #mysqldump
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Realization
--
Chapters
00:00 Installation Mysqldump
00:29 Accepted Answer Score 20
00:46 Answer 2 Score 0
01:03 Answer 3 Score 0
01:18 Answer 4 Score 11
01:26 Thank you
--
Full question
https://superuser.com/questions/165582/i...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#linux #installation #ubuntu904 #mysqldump
#avk47
ACCEPTED ANSWER
Score 20
How about ... doing what was printed on the terminal?
% sudo apt-get install mysql-client-5.1
or
% sudo apt-get install mysql-client-5.0
(pick the right version based on whats installed on your machine)
ANSWER 2
Score 11
For CentOS, RedHat and Fedora install:
sudo yum install mysql
ANSWER 3
Score 0
Install the mysql client package.
In a terminal try the command sudo apt-get install mysql-client-5.1
(I would have thought that the message you got was clear enough, really.)
ANSWER 4
Score 0
Looks like you need to change the mirror ( repository) . Follow the steps mentioned in this tutorial. After changing it , you can use the commands mentioned by @Akira