MySQL week
I was given the credits I needed, so freedom reigned supreme this week. (I was asked to do the final assignment anyway, so that'll be this weekend's job).
I started fiddling with my new blog app again. First step was to convert everything from PostgreSQL to MySQL. That was supposed to be a quick 'tweak-some-SQL-here-n-there' sort of affair. Yeerrrrssss.
To be honest, SQL-wise, it wasn't too bad. I learned that PostgreSQL is a touch more forgiving of sloppy SQL than MySQL is (oddly enough). The real schlep came with upgrading from MySQL 4.0 to 4.1. It sparked all sorts of fix-reverse-dependency rebuilding and whatnot, coinciding with the monthly emerge world
. Bugzilla broke, all sorts of apps rely on mysql object files, and a Perl module or two needed prodding to the ways of virtue.
Thankfully though, it seems (mostly) done, and I can now import from Notes into MySQL and click through just about everything. I felt a bit guilty leaving PostgreSQL, which is something of the underdog compared to MySQL, but since I have quite a few things relying on MySQL already, it makes sense to stick with one DB server. Also, it's completely unscientific, but I could swear that the new blog feels just a wee bit zippier with MySQL. That doesn't really make sense and there shouldn't be any difference with a single user, but I'll take it as a good omen anyway.
{2005.10.21 18:23}