Main Menu

friends

Banner

Latest articles

time synchronization with ntp on Linux (Fedora)
09/04/2010 | mad mad mod

The ntpd program is an operating system daemon which sets and maintains  the  system time of day in synchronism with Internet standard time servers. Do the following if you  want to use the nt [ ... ]


hello world in tcl - radically simple
07/01/2010 | mad mad mod

This article describes how to write and execute a "Hello World" tclsh script on Linux (Fedora).  1. the prerequisitesa text editor of your choice (e.g. vi)tclsh - Simple shell containing Tcl inte [ ... ]


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