Last active
January 3, 2018 11:24
-
-
Save markshust/6097507 to your computer and use it in GitHub Desktop.
upgrade mysql client tools from 5.5 to 5.6 on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:ondrej/mysql-experimental | |
sudo apt-get update | |
sudo apt-get remove mysql-client-5.5 | |
sudo apt-get install mysql-client-5.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the output on trying to remove mysql-client
It seems likely that it will remove the server.
The following packages will be REMOVED:
mysql-client-5.5 mysql-server mysql-server-5.5 mysql-workbench
0 upgraded, 0 newly installed, 4 to remove and 120 not upgraded.
After this operation, 136 MB disk space will be freed.
Do you want to continue? [Y/n]