Tag: Open Source

Community

Raking MySQL Over Rails

(W. Jason Gilmore) I’m a programmer, not a database administrator; I prefer to live in a world of code rather than table schemas and confusing SQL queries. This mindset is one of the reasons I find the Rails framework such an appealing solution; Rails so effectively implements an approach to databas

Community

Four Ways to Keep LAMP Secure

(Carla Schroder) The Apache HTTP server has a great security record, at least when it runs on Linux or any proper Unix-type operating system. But plain old static read-only Web sites are an endangered species; now we have all this LAMP guff (Linux, Apache/Lighttpd, MySQL/PostgreSQL/SQLite, Python/PH

Community

Dissecting MySQL Fulltext Indexing

(Ted Dziuba) I was working on a database project the other day, and one of the client’s requirements was that the database be “searchable”. Every programmer is familiar with such a vague requirement, and is therefore familiar with the “creative license” it allows him. The database engine for this pr