Mysql Command of the day
I thought this one was worth blogging. To save the output of an SQL query in a file simply do this: SELECT * FROM table INTO OUTFILE "/tmp/filename.txt" Produces a tab delimited file with the outputs...
Thoughts on technology, infrastructure, and AI
I thought this one was worth blogging. To save the output of an SQL query in a file simply do this: SELECT * FROM table INTO OUTFILE "/tmp/filename.txt" Produces a tab delimited file with the outputs...
Brumbies 2007 Originally uploaded by gavin.jackson. Photos of the last home match of 2007. We say farewell to George Gregan, Stephen Larkam and Jeremy Paul - all foundation team members of the CA Bru...
I finally had a chance to sit down and learn the syntax of creating mysql users and assigning specific permissions. This allows me to have different users for different web services - eg. cron jobs, w...
Today I noticed some blotchiness in my digital photos. This is caused by dust on the CMOS sensor. I came across two interesting articles on how to deal with this problem (without paying a fortune gett...
Well, I've decided to switch to blogger. Modern web services support just about everything I need - and I don't have to rely on my own infrastructure. Also, (more importantly) it integrates with Flick...