select distinct goodies from mysql;
October 4th, 2005 by Harald Ponce de LeonPosted in MySQL
There has recently been a whole bunch of goodies various mysql developers and users have blogged about which I read through Planet MySQL, and thought it would be a nice idea to share these along.
Granted, these are mostly for the newer versions of MySQL (4.1/5.0).
- DBDesigner4 is now MySQL Workbench
- Creating users with root privileges, but for limited databases
- How To Index For Joins
- MySQL 5.0 Stored Procedures : Getting Started
- MySQL 5.0 Stored Procedures : Part 2
- MySQL 5.0 Stored Procedures : Part 3
- INSERT … ON DUPLICATE KEY UPDATE
- MySQL 5 Replication
- MySQL FULLTEXT Indexing and Searching
- What is the Number Between the Brackets for an Integer Column?
- MySQ5 and the almighty ARCHIVE Engine
- Joining Multiple Tables
- Storing an IP address in a database table
That’s a lot of good reading! But don’t take my wording; read the source, Luke!
