Skip to content

mbrubeck/mysql-proxy-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-proxy-rs

An implementation of a MySQL proxy server built on top of tokio-core. Tested with rustc 1.13.0-nightly (cbe4de78e 2016-09-05).

Usage

First, run the server

$ cargo run --example proxy
   ...
Listening for MySQL proxy connections on 127.0.0.1:3307

Then in a separate window you can test out the proxy. The proxy currently assumes that a MySQL server is running on port 3306.

$ mysql -u root -p -h 127.0.0.1 -P 3307

License

mysql-proxy-rs is distributed under the terms of the Apache License (Version 2.0).

See LICENSE-APACHE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%