diff options
author | ivan <ivan> | 2005-11-22 09:13:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-22 09:13:58 +0000 |
commit | 1263bd3776e1481ef8d166286abbce17de75f5f5 (patch) | |
tree | 5a7a5c4b357af3923e516e7d3026ca678110df04 /httemplate/docs/install.html | |
parent | c934eb18a66126faab43459780940bfdb19b30ad (diff) |
correct common misconception RIGHT THERE in the docs
Diffstat (limited to 'httemplate/docs/install.html')
-rw-r--r-- | httemplate/docs/install.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 <a href="http://www.mysql.com/doc/M/y/MyISAM.html">MyISAM</a> and <a href="http://www.mysql.com/doc/I/S/ISAM.html">ISAM</a> table types are not supported. You <b>must</b> use one of the new <a href="http://www.mysql.com/doc/T/a/Table_types.html">transaction-safe table types</a> such as <a href="http://www.mysql.com/doc/I/n/InnoDB.html">InnoDB</a>. Set it as the default table type using the <code>--default-table-type=InnoDB</code> <a href="http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Command-line_options">mysqld command-line option</a> or by setting <code>default-table-type=InnoDB</code> in the <a href="http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Option_files">my.cnf option file</a>. --> </ul> + <i>Note: the above only applies to the database used by the Freeside software itself. Freeside can integrate with RADIUS and other servers running MySQL <!--(any version)--> or any other DBI-supported database.</i> <li>Perl modules (<a href="http://search.cpan.org/~andk/CPAN/lib/CPAN.pm">CPAN</a> will query, download and build perl modules automatically) <ul> <!-- <li><a href="http://search.cpan.org/dist/Array-PrintCols">Array-PrintCols</a> |