“The Drizzle project is building a database optimized for Cloud and Net applications. It is being designed for massive concurrency on modern multi-cpu/core architecture. The code is originally derived from MySQL.”
#mysql
How FriendFeed uses MySQL to store schema-less data
How FriendFeed uses MySQL to store schema-less data
A post from one of the FF engineers about how they have a schema-less data store and then build separate indexes to allow for fast querying.
Quick Lookup
Nice AJAX-powered tool for quickly looking up PHP, MySQL, JS and CSS functions etc from their respective references.
SQLEditor for Mac OS X
Visual editor that allows you to diagram a DB and generate the code required to actually create it.
Sequel Pro
Very slick looking MySQL management app, but only for OSX 10.5.
Changing MySQL FULLTEXT word length
Changing MySQL FULLTEXT word length
Details on how to reduce (or increase) the minimum length of a word that MySQL’s FULLTEXT index type will recognize.
10 Principles of the PHP Masters
10 Principles of the PHP Masters
Good list of tips and principles from some big-time PHP folks (including Matt M).
MySQL Master-Master Replication Manager
MySQL Master-Master Replication Manager
“A set of flexible scripts to perform monitoring/failover and management of MySQL Master-Master replication cluster configurations.”
MySQL Multi-Master Replication
MySQL Multi-Master Replication
Really nice, quick breakdown of setting up multi-master MySQL replication with slaves hanging off the masters. Slick.
WordPress Advanced Search
Plugin for WP from an open source consulting firm that offers some more powerful options for the default search system.