Posted by Admin on 11th September 2006
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
AutoMySQLBackup is 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 the rest of this entry »
Posted in Database | 4 Comments »
Posted by Admin on 11th September 2006
MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries.
Read the rest of this entry »
Posted in Database | 16 Comments »
Posted by Admin on 11th September 2006
phpmyadmin
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.
Read the rest of this entry »
Posted in Database | No Comments »
Posted by Admin on 11th September 2006
MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use.
Read the rest of this entry »
Posted in Database | 3 Comments »
Posted by Admin on 21st July 2006
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
Posted in Database | No Comments »