mysql database

Firestats Rocks the House

Digg Linux/Unix upcoming  Sun, 11/16/2008 - 12:59

Firestats monitors traffic and store data in a MySQL database. A simple web interface provides access to traffic statistics.

The great thing is that you can use this for multiple type of pages, wiki, blog, etc. and have each instance have it's own stats.

Excellent tool and very easy install.


 

Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwid...

Topix - Unix  Fri, 11/07/2008 - 06:09

This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users.


 

Optimize Your MySQL Database

Topix - Unix  Fri, 11/07/2008 - 05:41

INDIA : MySQL is a pretty fast database and serves most requirements for a decent sized Web application.


 

How do I export or backup a MySQL Database

Digg Linux/Unix upcoming  Wed, 11/05/2008 - 20:47

You can easily create a database dump (export/backup) of a databases used by phpMyAdmin.


 

Optimize Your MySQL Database

Topix - Unix  Sat, 11/01/2008 - 02:00

From defining the primary key correctly to adjusting NULL columns, we tell you techniques to make your MySQL database really fast MySQL is a pretty fast database and serves most requirements for a decent sized ...


 

Python Data Persistence Using MySQL

Linux Today  Thu, 10/30/2008 - 23:31

Packt: "This article by Yuli Vasiliev will walk you through the process of building a simple Python application that interacts with a MySQL database.

In a nutshell, the application picks up some live data from a web site and then persists it to an underlying MySQL database."


 

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.


 

Virtual Users/Domains With Postfix/Courier/MySQL/SquirrelMail (M...

Linux Today  Mon, 10/27/2008 - 03:03

HowtoForge: "This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database.

I'll also demonstrate the installation and configuration of Courier (Courier-POP3, Courier-IMAP), so that Courier can authenticate against the same MySQL database Postfix uses."


 

Connecting to a MySQL Database

Topix - Unix  Wed, 10/15/2008 - 18:16

This document demonstrates how to set up a connection to a MySQL database from NetBeans IDE 6.1. Once connected, you can begin working with MySQL in the IDE's Database Explorer by creating new databases and ...


 

cPanel Basics: How To Create a MySQL Database

Digg Linux/Unix upcoming  Mon, 10/13/2008 - 08:37

One of the most common step in installing a web application is to create a MySQL database. And while the process may seem simple to most experienced users, a lot of people can struggle with it.So for all the cPanel users out there who don’t know how to create a MySQL database properly, here’s how to do it once and for all!