PDA

View Full Version : Database Preferences



VoiceOvGod
April 18th, 2006, 09:22 PM
Just out of curiosity, what database utilities do people use here, and why?

I am looking for something that will be a good starting point learning in Breezy.

mips
April 18th, 2006, 09:35 PM
MySQL is something I will be looking into soon.

SeanTater
April 18th, 2006, 10:41 PM
I use mysql5, server, and client, with the php module.

unbuntu
April 19th, 2006, 01:49 AM
mysql, because it's free, fast, and suitable for small to middle scaled development.

WildTangent
April 19th, 2006, 06:22 AM
MySQL ftw!

-Wild

ember
April 19th, 2006, 10:20 PM
If you are really interested in databases, I suppose to try PostgreSQL - it is a lot stricter than MySQL (at least than MySQL was in the 4.0 days - I have not done a similar project since then). Otherwise go with MySQL - it's stable, reasonably fast and now even supports some of the more advanced database features (stored_procedures, triggers etc.).