With the release of MySQL 5.0.15, the first 5.0 build to be marked as a production release, I also release my blog to the public.
You'll read about my experience handling the transition from 4.1 to 5.0 and using all it's new features, on my personal web page as well as in the company work I do for MeteoNews GmbH and RADIO TOP.
It took me a little longer to release my blog, as I wanted to write a little blog/feed/cms on the LAMP stack from scratch. And yes, it's actually LAM5P!
So let's see one first example of how I used the new features of MySQL 5.0.
Use of a TRIGGER to generate feed IDs
My blog uses an …
[Read more]