File: RADIUS-SQL.schema

package info (click to toggle)
freeradius 1.0.2-4sarge3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,792 kB
  • ctags: 6,980
  • sloc: ansic: 52,618; sh: 9,731; php: 5,764; perl: 2,309; makefile: 1,056; sql: 730; python: 159; tcl: 33; sed: 23
file content (30 lines) | stat: -rw-r--r-- 868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#  There isn't a generic SQL schema, but there is one for some databases:
#
#  src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysql.sql
#  src/modules/rlm_sql/drivers/rlm_sql_postgresql/db_postgresql.sql
#  src/modules/rlm_sql/drivers/rlm_sql_freetds/db_mssql.sql
#  src/modules/rlm_sql/drivers/rlm_sql_oracle/db_oracle.sql
#
#
#  For further information, this web page seems to be good:
#
# http://www.frontios.com/freeradius.html
#
#
#  More information about tips for configuring MySQL can be found at:
#
# http://www.mysql.com/doc/S/e/Server_parameters.html
#
# http://www.mysql.com/doc/S/E/SEC456.html
#
# http://www.mysql.com/doc/E/X/EXPLAIN.html <-(useful)
#
# http://www.mysql.com/doc/T/i/Tips.html
#
# http://www.mysql.com/doc/M/e/Memory_use.html
#
#
# A good page for MySQL best practices is:
#
# http://www.onlamp.com/pub/a/onlamp/2002/07/11/MySQLtips.html