MySQL Dump And Restore Database Table With Compression

August 30th, 2014

mysqldump --no-create-info -uxxxx -pxxxx Database ATable | gzip -9 > xxxx.sql.gz

zcat xxxx.sql.gz | mysql -uxxxx -pxxxx Database

VirtualBox Headless

July 26th, 2013

If you want to run a VM (maybe a server) headless, you can just hold down the Shift key when starting it. This forces it into VRDP mode, no matter how it’s configured. Or, you can get even fancier: http://www.virtualbox.org/manual/ch07.html

WordPress - Entries (RSS) and Comments (RSS) - © 2011 Ben Dauphinee