Archive for June, 2008

MySQL and PDO on OS X Leopard, Intel

64ish

I don't know if I'm missing something big, but getting Perl, Apache, PHP, PDO and MySQL to play nice on my Mac OS X 10.5 install on my Intel Core 2 Duo (Penryn) MacBook Pro hasn't been easy. This is partly thanks to Apache being compiled with x86_64 support, and Perl with i386 only.

Inverted Index Searching as Stored Procedures

Screenshot of Google Code project

An old colleague of mine has persuaded me to release an implementation of an "inverted index"-based search library, written solely as MySQL Stored Procedures. Our combined work is now available on Google Code.