mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-06-24 Fred Gleason <fredg@paravelsystems.com>
* Changed the default value of the 'Charset=' parameter in the [mySQL] section of rd.conf(5) from 'latin1' to 'utf8'. * Changed the default value of the 'Collation=' parameter in the [mySQL] section of rd.conf(5) from 'latin1_swedish_ci' to 'utf8_general_ci'.
This commit is contained in:
@@ -31,9 +31,11 @@ HeartbeatInterval=360
|
||||
|
||||
; The following three settings control the attributes of new DB tables
|
||||
; created by Rivendell.
|
||||
Engine=MyISAM
|
||||
Charset=utf8
|
||||
Collation=utf8_general_ci
|
||||
;Engine=MyISAM
|
||||
; 'Charset' and 'Collation' should *not* changed except for development
|
||||
; purposes.
|
||||
;Charset=utf8
|
||||
;Collation=utf8_general_ci
|
||||
|
||||
[AudioStore]
|
||||
MountSource=
|
||||
|
Reference in New Issue
Block a user