From 1263bd3776e1481ef8d166286abbce17de75f5f5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Nov 2005 09:13:58 +0000 Subject: [PATCH] correct common misconception RIGHT THERE in the docs --- httemplate/docs/install.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 3d7dc8488..0e3ed364b 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -21,6 +21,7 @@ Before installing, you need: MySQL's default MyISAM and ISAM table types are not supported. You must use one of the new transaction-safe table types such as InnoDB. Set it as the default table type using the --default-table-type=InnoDB mysqld command-line option or by setting default-table-type=InnoDB in the my.cnf option file. --> + Note: the above only applies to the database used by the Freeside software itself. Freeside can integrate with RADIUS and other servers running MySQL or any other DBI-supported database.
  • Perl modules (CPAN will query, download and build perl modules automatically)