mysql-binlog-dump
high availability, load balancing and query modification for mysql
Install
- All systems
-
curl cmd.cat/mysql-binlog-dump.sh
- Debian
-
apt-get install mysql-proxy
- Ubuntu
-
apt-get install mysql-proxy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mysql-proxy
- Raspbian
-
apt-get install mysql-proxy
- Dockerfile
- dockerfile.run/mysql-binlog-dump
mysql-proxy
high availability, load balancing and query modification for mysql
MySQL Proxy stands between database servers and clients to provide load balancing and failover. Incoming queries can be filtered and modified using Lua scripts.