#safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
#######################################################################
- # Query config: Username
+ # 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
#######################################################################
# This is the username that will get substituted, escaped, and added
# as attribute 'SQL-User-Name'. '%{SQL-User-Name}' should be used below