Install mysql-proxy
Installing mysql-proxy package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mysql-proxy
mysql-proxy package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mysql-proxy |
version | 0.8.1-1.1+b1 |
description | high availability, load balancing and query modification for mysql |
subsection | database |
website | forge.mysql.com / wiki / MySQL_Proxy |
maintainer | Debian MySQL Maintainers |
Uninstall mysql-proxy
To remove just mysql-proxy package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mysql-proxy
Uninstall mysql-proxy and it’s dependent packages
To remove the mysql-proxy package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mysql-proxy
Purging mysql-proxy
If you also want to delete configuration and/or data files of mysql-proxy from Debian Sid then this will work:
sudo apt-get purge mysql-proxy
To delete configuration and/or data files of mysql-proxy and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mysql-proxy