Main Menu

friends

Banner

Latest articles

Install adobe acrobat reader on Fedora 12
11/03/2010 | mad mad mod

To install Acrobat Reader on Fedora 12 type the following commands as root: # rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
 # yum install AdobeRea [ ... ]


Iphone on Linux
11/10/2009 | mad mad mod

Many Linux users would like to use their iPhone on Linux (synchronize mp3's, podcasts, appz, pictures, movies, ...). Because Apple does not have iTunes for Linux (its only available for Microsoft Win [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
backup / restore mysql databases with mysqldump E-mail
sysadmin

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 useful information here: http://forums.mysql.com/read.php?103,66007,71324#msg-71324


Restore the database



# mysql -u username -p password < mydb.dump

 

 

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting