
The following directory contains source code of the GreenSQL engine.
GreenSQL is an open source solution used to protect MySQL database
agains SQL injection attacks. It is using bayesian like method to
detect SQL injections as well are a black list of "illegal" SQL
commands.


For any information please visit GreenSQL website:

http://www.greensql.net/

In order to run this application you need the following packages:

libpcre
libmysqlclient
libevent


For compilation, you will need the development versions of the above packages.

For example in Debian Oldstable you will need:
libpcre3
libpcre3-dev
libevent1
libevent-dev
libmysqlclient14
libmysqlclient14-dev

