-
RSS Links
Categories
Archives
-
Recent Comments
- American Football NFL ยป New England Patriots Take Care of Their … | New England Patriots NFL Announcer on Six Nations 2010 – Match 11 – Scotland vs. England
- Chris Meiklejohn on Using Spruchnummer to crack Lorenz
- Sandra Corbett on Kangaroo Meat
- Murk on Person of Indian Origin
- craggs on Person of Indian Origin
Tag Archives: SQL
Load Errors
I’ve been having CPU Load errors of late. I don’t know why this is – something to do with SQL requests, but it’s very frustrating.
I can only assume that something is over-zealous in the SQL calls. Therefore, I’ve removed any plugins that weren’t immediately needed, removed things like the calendar (which to my mind is [...]
It was too expensive…
Following the fiasco of losing the personal details of 25 million people it has emerged that the audit office did not request all of the information that was sent:
‘the NAO wanted only limited child benefit records but was told in an e-mail from a senior business manager in March that to remove more sensitive information [...]
Posted in Identity Cards Also tagged 25 million, card, coding, Darling, database, HMRC, ID, identity 1 Comment
Desired Online Application – DVD and CD library
I’ve been looking for a decent application to manage a DVD collection. Korenwolf did mention something a while back (I forget the name – and I haven’t got around to asking) – but if memory serves it ran on a particular computer.
This is what I’d like to see:
Secure login for multiple users
Enter ISBN, things like [...]
SQL Backups
With thanks to Andy Budd’s Page, I have finally worked out how to do decent backup/restores.
I created a text file called sqlbackup, in the file is this:
#!/bin/sh
# echo start message
echo "Backup Script Processing"
# navigate to backup dir
if
cd ~/backup.sql/latest
then
echo "...successfully [...]
WordPress backup on demand to OS X