MySQL Roll Out Error

This is a shorty but it was kind of irritating. It turned out to be a MySQL error that only occurred on my production server. Presumably this was because the version of MySQL was either different or configured differently on the production server as on my local development box. Either way it’s an easy work-around …

MySQL Roll Out Error Read More »

Solved: MySQL ERROR 1005: Can’t create table (errno: 150) (Foreign Key)

This is another stupid error. It has to do with trying to successfully set foreign keys in MySQL. ERROR 1005: Can’t create table (errno: 150) Great, that’s fantastic. Here’s an example of where this error will occur. CREATE TABLE main( id INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY(id) ); CREATE TABLE other( id INT UNSIGNED …

Solved: MySQL ERROR 1005: Can’t create table (errno: 150) (Foreign Key) Read More »

The Fake Startup

I just realized that I don’t have a category for “Business.” That’s neat. Almost the moment I finish focusing on Web Design I’ll be writing and thinking exclusively in terms of business. But for now! I have a website about compliments that I’d like you to check out. I know you’ve been there before, that’s fine, …

The Fake Startup Read More »