From 15f65a0c56cbce6951d9cb4f71119725a2009f79 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 9 Apr 2001 23:05:16 +0000 Subject: Transactions Part I!!! --- htdocs/docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/docs/install.html') diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 09c681172..61eec08d8 100644 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -8,7 +8,7 @@ Before installing, you need:
  • A web server, such as Apache-SSL or Apache
  • SSH
  • Perl (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.) -
  • A database engine supported by Perl's DBI, such as MySQL or PostgreSQL (verstion 6.5 or higher) (see the PostgreSQL notes) +
  • A transactional database engine supported by Perl's DBI. PostgreSQL is recommended. (see the PostgreSQL notes) MySQL's default MyISAM and ISAM table types are not supported. If you really want to use MySQL, you need to use one of the new transaction-safe table types such as BDB.
  • Perl modules (CPAN will query, download and build perl modules automatically)