Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.06 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.06 KB

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