How to dump all MySQL databases into separate files

Sometimes we need to to dump all databases form a MySQL server. This can be done using the mysqldump utility with the --all-databases switch enabled. In this case mysqldump will dump all databases to the standard output or to a file if explicitly specified. Let’s assume a situation where we want to backup all of the databases from the server, with the possibility to restore only one database at a time. To achieve this, you need to dump all the databases one by one or to use a pre-made script to do the heavylifting for you.

Installing Redmine on a Media Temple (dv) server

Redmine is a great project management web application, which is pretty easy to set up if you have experiences with Ruby on Rails applications.

This is a guide on how to instal Redmine on the MediaTemple (dv) line of servers using CentOS 5, Apache and Phusion Passenger.

Welcome to our new web site!

We are thrilled to announce you the third version of our web site! Along with the new design - that supposed to attract more eyes than the previous did - we have also improved the quality of the site in general. From now on you will find a lot more info about our projects and about our services as well.

CpAmf NON MATE flex example

To fullfill the readers requests, I rewrote the previous flex example, to work without the MATE framework. This application uses "pure" flex 3 technology, to present the usage of the flex remoting with CpAmf plugin.

CpAmf v0.11 released

CpAmf v0.11 is released. There are some minor enhancements, and bug fixes in this release.

Flex remoting with CakePHP - CpAmf plugin

The goal of this project was to use CakePHP controllers, as flash remoting services.
The basic idea was to use AMFPHP 1.9, because we used it before, and it was a good choice in earlier projects.

CpAmf flex example

This test application is made to present the usage of cpamf plugin for cakePHP 1.2. The application uses the MATE framework, for event handling and remoting

CpAmf php example

This test application is made to present the usage of cpamf plugin for cakePHP 1.2. The example is a very basic "user management" application. You can list all users, get a user by id, and insert new user to the database.