Added URL's for tips on configuring MySQL.
[freeradius.git] / doc / RADIUS-SQL.schema
1 #
2 #  There isn't a generic SQL schema, but there is one for MySQL:
3 #
4 # src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysql.sql
5 #
6 #
7 #  For further information, this web page seems to be good:
8 #
9 # http://www.frontios.com/freeradius.html
10 #
11 #
12 #  More information about tips for configuring MySQL can be found at:
13 #
14 # http://www.mysql.com/doc/S/e/Server_parameters.html
15 #
16 # http://www.mysql.com/doc/S/E/SEC456.html
17 #
18 # http://www.mysql.com/doc/E/X/EXPLAIN.html <-(useful)
19 #
20 # http://www.mysql.com/doc/T/i/Tips.html
21 #
22 # http://www.mysql.com/doc/M/e/Memory_use.html