Archive for the 'Mysql' Category

Creating and restoring an image of hard disk with Clonezilla

Tuesday, September 29th, 2009

Clonezilla is an open source disk imaging, cloning and backup software. It supports ext2, ext3, ext4, reiserfs, xfs, jfs of GNU/Linux, FAT, NTFS of MS Windows, and HFS+ of Mac OS. You can use it to clone single or multiple machines. It is more feature-rich than commercial Norton Ghost. In this video tutorial, I will [...]

Backing up and restoring MySQL databases and tables

Friday, September 11th, 2009

MySQL is a robust relational database management system. It is used by many web applications around the globe. Most of the open source projects like WordPress and phpBB uses MySQL. Some of the high-traffic sites like Google, Flicker, you tube, Facebook etc also make use of MySQL. In this tutorial, I will describe how to [...]