Main Menu

friends

Banner

Latest articles

XEN on fedora 8 - part 1: the basic setup
02/03/2009 | mad mad mod

This article describes how to install and use the XEN Hypervisor on Fedora Linux 8. I use Fedora Linux as host operating system (Domain 0) and I use Fedora as operating system for the paravirtualized  [ ... ]


list all open ports
29/12/2009 | mad mad mod

 The netstat command to list all open udp and tcp ports and the PID and name of the program to which each socket belongs is: # netstat -tulpn Use lsof to list ALL open files (directorie [ ... ]


Other Articles

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