Main Menu

friends

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 [ ... ]


setting up a very simple samba server on Linux (Fedora)
24/07/2009 | mad mad mod

This article describes how to set up a very simple Windows share on Linux (Fedora). 1. Install samba (you have to run this commands with root privileges)  [root@blackmod ~]# yum install sam [ ... ]


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