Content related to: mysql

RVLogger - a ruby logging facility

As the number of virtual hosts on my vserver increased massively I searched for an alternative to cronolog. I used cronolog, a program for log rotation, in combination with lighttpd for every vhost. The result was that the more vhosts I added, the mo...

Extracting a single database from a mysqldump

Some days ago a friend asked me how to extract a single database from a complete database dump. He created the dump using mysqldump and only wanted to restore a single database, without having go through >80k lines. After a little thinking I came ...