Wed
Jan
14
2009
Moving large amounts of data between servers.
Another bit of self-documentation, but perhaps useful to others as the other mini tutorial on moving big MySQL db’s around was.
This time the topic is moving large amounts of files/data from one server to another directly, rather than lots of downloads/uploads.
Mon
Jan
12
2009
Playing with web servers
“Too many web servers is never enough!” Dunno who said that, but they are a man after my own heart…
Mon
Apr
28
2008
Avoiding problems when changing web hosts - Email
This is another useful trick to use when changing web servers (hosts) that I want to document:
When you change web servers, you need to change your domain to to point to your new host’s name servers. That in itself is simple: you log in to your domain registrar and change the nameserver setting to that of your new host.
But then there is a frustrating period of time called “propagation”. Propagation is the time it takes from when you make a change to your domain name pointers for all the DNS servers around the world. This time is usually from 4 to 48 hours, depending on how fast the DNS server you/your ISP uses updates.
But what happens to email sent to you during that propagation period?
Here’s how not to lose it…
Fri
Apr
25
2008
Importing and Exporting big MySQL databases
This is really one of those situations where I’m recording useful information for my own easy recall at a later date – but hopefully it will be helpful for others elsewhere.
In essence, this is another simple guide on exporting and importing MySQL databases using the web servers command line.