in reply to Re: Can SQL be used without a database?
in thread Can SQL be used without a database?

you better at the same time install a real database engine, such as MySQL
Please, not "real" and "MySQL" in the same sentence. See MySQL Gotchas, and install PostgreSQL instead.

Of course, MySQL is fine if you don't actually need a real database. But then, you might as well just use DBD::SQLite.

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

  • Comment on •Re: Re: Can SQL be used without a database?