From: Alan T. DeKok Date: Fri, 8 Mar 2013 00:57:27 +0000 (-0500) Subject: Remove MySQL text X-Git-Tag: release_3_0_0_beta1~806 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f15f91b0772d6c8d4bf66193fd1ba59f43d6469;p=thirdparty%2Ffreeradius-server.git Remove MySQL text --- diff --git a/raddb/sql/main/sqlite/queries.conf b/raddb/sql/main/sqlite/queries.conf index e79b6e3c1fb..19de1c7b9d2 100644 --- a/raddb/sql/main/sqlite/queries.conf +++ b/raddb/sql/main/sqlite/queries.conf @@ -1,6 +1,6 @@ # -*- text -*- ## -## dialup.conf -- MySQL configuration for default schema (schema.sql) +## dialup.conf -- SQLite configuration for default schema (schema.sql) ## ## $Id$ @@ -9,17 +9,6 @@ # The default list should be ok #safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /" - ####################################################################### - # Connection config - ####################################################################### - # The character set is not configurable. The default character set of - # the mysql client library is used. To control the character set, - # create/edit my.cnf (typically in /etc/mysql/my.cnf or /etc/my.cnf) - # and enter - # [client] - # default-character-set = utf8 - # - ####################################################################### # Query config: Username #######################################################################