How to Fix the Error “2006 – MySQL server has gone away”

Today I was attempting to transfer a MySQL database from one MySQL server to another.  I was using the excellent MySQL client software from PremiumSoft called Navicat.  The transfer kept failing with the following error:

2006 – MySQL server has gone away

When the direct data transfer failed I tried backing up my old [...]

Help Setting Up a Local Development Environment

I’m a ColdFusion developer and I maintain my own servers.  I’ve always just worked directly on the servers (via FTP) when developing new apps.  I want to get away from this.  I want do what all other developers do… set up a local development environment on my laptop.But here’s the problem… ARGH.  It never [...]