Skip to content

medvednikov/vitess-mysql-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages