Main Menu

friends

Latest articles

backup / restore mysql databases with mysqldump
29/12/2009 | mad mad mod

Backup the database

# mysqldump --opt -u username -p password -r mydb.dump mydb


Please note: Redirection does not capture UTF characters properly, while the -r option does (--result-file). I found this  [ ... ]


convert mysql table from MyISAM to InnoDB
30/12/2009 | mad mad mod

MyISAM is the default storage engine for MySQL. Unfortunately it doesn't support transactions or foreign keys (but it has some other nice features like compression). However, because InnoDB does su [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
XEN
articles.jpg
Title Filter     Display # 
# Article Title Hits
1 Use a local kickstart file with virt-install 160
2 XEN on fedora 8 - part 2: management basics 1889
3 XEN DomU configuration files 4709
4 How to boot into rescue mode on a paravirtualized XEN guest 34050
5 XEN on fedora 8 - part 1: the basic setup 2748
 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting