Using MySQL Full-text Searching
Mar 14, 2005 Guides & Tutorials, MySQL, Web Development
Beginner Tutorials - Using MySQL Full-text Searching
***UPDATE
I found this link, explains the full text search much better:
http://www.phpfreaks.com/tutorials/129/1.php
Optimizing MySQL: Queries and Indexes
Feb 27, 2005 MySQL, Web Development
Found a good article that helps explain how to use MySQL Indexes in your database tables. Databases are great, but if they are large and you do not have your-indexes-in-a-row they can slow down to a crawl. Have not had any problems with the HHR db, but this should help speed it up and prevent any problems in the future.
Auto MySQL Backup Script
Feb 25, 2005 MySQL, Software, Web Development
Here is an automatic MySQL backup tool that will email the backup to you, ftp it somewhere or just drop it to a directory. Pretty cool. Easy to setup with a CronJob.
MySQL Database Design
Oct 21, 2004 MySQL, Web Development
Found this article while look for reference on MySQL data types. Ended up looking over the whole thing. Turns out it’s a pretty good for starting MySQL db development.