sql queries

Preventing MySQL Injection Attacks With GreenSQL On Debian Etch

Linux Today  Thu, 10/30/2008 - 05:36

HowtoForge: "GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database.

It comes with a web interface (called greensql-console) so that you can manage GreenSQL through a web browser."


 

Preventing MySQL Injection Attacks With GreenSQL On Debian Etch

Debian-News.net  Mon, 10/27/2008 - 11:34

GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database.


 

Mixing SQL and shell commands in MySQL

Topix - Unix  Mon, 06/30/2008 - 06:02

When using MySQL in batch mode , you may often find it useful to use the UNIX shell commands along with the SQL queries.