Skip to content
CompuKitty Logo

Notes and Stuff

  • Work Notes
  • Retro
  • Projects
  • About

Tag: mysqldump

MySQL: database backup, compression and restore

5 February 20156 February 2025

The easier and quicker way to backup a database is using mysqldump command.

The syntax is as follows:

backup:

mysqldump –u [uname] –p [pass] [dbname] > [backupfile.sql]

restore:

mysql –u [uname] –p [pass] [dbname] < [backupfile.sql]

Continue reading

Recently

  • Microsoft Creative Writer – update #1
  • Cannot read photos taken with Mavica, apparently corrupted
  • VMTools on Windows 2000
  • Pretty Git
  • REXX: credit card number generator and validator
  • DisplayCAL on Fedora 34
  • Creating ISO from CD
  • Manually booting a Linux Kernel

Topics

apache array awk bash centos certificate cifs command line fedora fingerprint git grub iptables kernel keys linux mount nagios network openssh openssl password pretty process proxy ps putty raid redhat repository rhel rpmdb samba script scripting service share shell smb solaris solaris 11 ssh sudo systemd vmware
© 2026 CompuKittyTheme by Puro