NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
once again proving... (Score:2)
I can't recommend MySQL for any new installations any more.
MySQL does a job and does it well.. (Score:3, Insightful)
I still use mysql for a lot of reasons
Don't go writing off mysql because it doesn't provide triggers or stored procedures - these are hardly requirem
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:MySQL does a job and does it well.. (Score:2)
The problem is that there are certain business rules we simply can't (or shouldn't) get around without triggers and so MySQL is simply out of the question. Now, if MySQL adds these features (and they get good reviews) by the time we *do* switch, I'll be happy to look again. :)
Reply to This
Parent