lunedì 20 settembre 2010

MySQL: Ripristinare un solo DB da un dump completo

Un buon DBA sa come si fa... io l'ho imparato ieri perchè ancora non mi era mai capitato!

Ipotizziamo che abbiamo fatto un backup dell'intero DB con

mysqldump -h host -p'password' --all-databases > dump.sql

all'occorrenza è possibile ripristinare solamente un database con

mysql -h host -p'password' --one-database database < dump.sql

per tutto il resto c'è mysqlimport...

venerdì 10 settembre 2010

Toast Machine 0.1 Released

A source tarball of Toast Machine version 0.1 has been officially released.

You can get it, try it and hack it from launchpad.net or from the official site:

From now on, development will focus on fixing bugs and add some appereance control features.