mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-11 04:16:50 +00:00
Add option to res_config_mysql and app_mysql to specify a character set that
MySQL should use. (closes issue 17948) Reported by qmax. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@290939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
; The value of dbhost may be either a hostname or an IP address.
|
||||
; If dbhost is commented out or the string "localhost", a connection
|
||||
; to the local host is assumed and dbsock is used instead of TCP/IP
|
||||
; to connect to the server.
|
||||
; to connect to the server. If no dbcharset is specified, the connection
|
||||
; is made with no extra charset configurations sent to MySQL, leaving all
|
||||
; configured MySQL charset options and defaults untouched.
|
||||
;
|
||||
; Multiple database contexts may be configured, with the caveat that
|
||||
; all context names should be unique and must not contain the slash ('/')
|
||||
@@ -37,4 +39,5 @@
|
||||
;dbpass = mypass
|
||||
;dbport = 3306
|
||||
;dbsock = /tmp/mysql.sock
|
||||
;dbcharset = latin1
|
||||
;requirements=warn ; or createclose or createchar
|
||||
|
||||
Reference in New Issue
Block a user