Author: admin


Posted on: 1st December 2008

No Comments

Category: Development

A simple script to monitor MySQL queries and log them into a file for future processing. Optionally will kill long-running queries. There are a couple of supporting scripts:
Link: Philo Vivero

Tags: ,

Author: eric


Posted on: 30th October 2008

No Comments

Category: Security

SQL injection attacks can allow hackers to execute arbitrary SQL commands on your database through your Web site. To avoid these attacks, every piece of data supplied by a user on a Web form, through HTTP Post or CGI parameters, or other means, must be validated to not contain information that is not expected, GreenSQL [...]

Tags: , , , , ,

Author: eric


Posted on: 13th October 2008

No Comments

Category: Microsoft

With DrasticGrid, you can easily put a MySQL database table or view on a Web page, complete with editing, sorting, and pagination capabilities, and support for adding and deleting records.
Link: Linux

Tags: , , ,

Author: eric


Posted on: 1st October 2008

No Comments

Category: Linux

The Puppet project allows you to issue system administration commands to one or more machines, and will smooth over the differences between distributions for you. For example, if you want to install MySQL, that action should be your primary aim, and you shouldn’t have to worry about if the machine is running Maemo, Ubuntu, or [...]

Tags: , , ,