I lost some time this week wrestling with SSL and server time zones. But I also picked up a few handy SQL tips that are worth sharing.
MySQL Duplicate Key issues
So you're doing a bulk import into your MySQL database, knowing that your primary key values are unique. Yet, MySQL throws the Duplicate Key message…