Skip to content

CM4all/myproxy

Repository files navigation

myproxy

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.

Building myproxy

You need:

Optional dependencies:

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