myproxy is a proxy for MySQL. It is configured and customized with a Lua script.
For more information, read the manual in the doc directory.
You need:
Optional dependencies:
- libpq for PostgreSQL support in Lua code
- nlohmann_json (for the systemd-resolved client)
- OpenSSL for
caching_sha2_password
support - systemd
Get the source code:
git clone --recursive https://github.com/CM4all/myproxy.git
Run meson
:
meson setup output
Compile and install:
ninja -C output ninja -C output install