Just to jot it down lest I forget: Tar’ing the local directory and streaming the tarball straight to gzip: tar cvf - . | gzip > target.tar.gz MySQLdump’ing directly to gzip: ...
Assuming you have a Windows machine and you interact with Linux boxen at any stage, chances are high that you have used and interacted with PuTTY at one stage or another. That beautiful, less than 2 s ...
There are a lot of words about the MySQL upgrade on Ubuntu 10.04 (64 bit specifically, perhaps the 32bit version too?) — it just hangs: You get the hopeful message: Preparing to replace mysql-se ...
So the Security Summit 2010 has come to an end. Featuring speakers such as Moxie Marlinspike, Joe Grand and Jeremiah Grossman (again), it’s a pity to say that there wasn’t much new that wa ...
Sven Welzel
May 14, 2010
bash, code, conferences, javascript, linux, mysql, open source software, php, security, synch.cc, sysadmin, windows
Share
Just to have them all in one place, and for posterity’s sake, I’ve pulled together some points on how to optimise your MySQL programming. First off, the result of Session 1 of MySQL Camp 1 ...