Databases (Mysql,Postgresql,Firebird) Backup Tutorials and Scripts


If you’re storing anything in databases that you do not want to lose, chances are you should be doing weekly or even daily backups. Depending on what you are using your databases for, be it to store forum messages, employee information, or your spending information, you are going to need to choose a backup that meets your needs.

Full Story

Firebird database Configuration


Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981.

Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) under the InterBase Public License v.1.0 on 25 July, 2000.

Have a look here for complete article

PostgreSQL Database Server Configuration


PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects.

check here

Mysql Database Backup Script


A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features – Backup mutiple databases – Single backup file or to a seperate file for each DB – Compress backup files – Backup remote servers – E-mail logs – More

Read Full aricle here