in reply to Re^2: Image Hosting Application
in thread Image Hosting Application

Yes, but from what I understand, when you start using InnoDB, you sacrifice the only advantage MySQL has, which is speed and reliability for non-transactional database accesses. So if you want a fast, reliable transactional database, even MySQL with InnoDB doesn't cut it. Hence, my recommendation for PostgreSQL or Oracle, depending on your budget.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.