This is an asynchronous TCP proxy written in C++ using Boost.Asio. It forwards MySQL client connections to a real MySQL server and logs all SQL queries. Chosen DBMS: MySQL Chosen Networking Library: ...