Posts Tagged ‘database’

Videoku.TV is now implement GreenSQL

Tuesday, November 4, 2008 16:33 1 Comment

What is GreenSQL? GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. GreenSQL works as a proxy for SQL commands and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands [...]

This was posted under category: Unix Tags: , , ,

How to install Lighttpd, PHP5, and MySQL on FreeBSD

Thursday, October 9, 2008 11:42 4 Comments

How do I install Lighttpd web server under FreeBSD along with MySQL 5 and PHP5? lighttpd a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting [...]

This was posted under category: Unix Tags: , , , , ,

How to Export/Import database from command line

Tuesday, October 7, 2008 10:52 No Comments

On this post, I will tell you how to export/import MySQL database using command line. I share this because there’re many phpmyadmin injection, and probably your database server doesn’t have public IP

This was posted under category: Unix Tags: , , , , ,