medvednikov / vitess-mysql-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run the proxy:

go run cmd/main.go --vitess_server=localhost:15999 --keyspace=test_keyspace --shard=0

Connect to the proxy:

mysql -h127.0.0.1 -P4000 -uroot -p

Now all your MySQL requests will be redirected to Vitess.

About


Languages

Language:Go 100.0%