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
Tags: automysqlbackup, backup mysql, Database, database backup, mysql backup scriptMySQL 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.
Tags: Database, installing mysql ubuntu, mysql ubuntuphpmyadmin
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.
(more…)
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.
Tags: Database, mysql database installation and configuring in debian, mysql debian, mysql ubuntuIf 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.
Tags: backup databases, Database, firebird debian, mysql, postgresql