Posts Tagged ‘MySQL’

Using Spawner To Populate SQL Database

Saturday, December 27th, 2008

There are many reasons why you would want to generate bogus data for your database. Perhaps you’d like to know how well your databases will perform when filled with data, or maybe you just need some data so that you can start creating a front end for the database.

Link: LinuxHaxor

Monitor & Kill Long-Running MySQL Queries

Monday, December 1st, 2008

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

Protect Your MySQL Database From SQL Injection Attacks

Thursday, October 30th, 2008

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 is a firewall for SQL.

Link: Linux

Quickly Put Data From MySQL To The Web

Monday, October 13th, 2008

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