mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-10-08 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Charset=' and 'Collation=' parameters from the '[mySQL]' section of rd.conf(5). * Removed support for the --mysql-charset=' and '--mysql-collation=' switches in rddbmgr(8). * Refactored handling of character set and collation attributes in rddbmgr(8) to treat them as immutable parts of the DB schema.
This commit is contained in:
@@ -29,13 +29,9 @@ Driver=QMYSQL3
|
||||
; The interval between 'keep-alive' queries to the MySQL server (seconds)
|
||||
HeartbeatInterval=360
|
||||
|
||||
; The following three settings control the attributes of new DB tables
|
||||
; The following setting controls the attributes of new DB tables
|
||||
; created by Rivendell.
|
||||
;Engine=MyISAM
|
||||
; 'Charset' and 'Collation' should *not* changed except for development
|
||||
; purposes.
|
||||
;Charset=utf8mb4
|
||||
;Collation=utf8mb4_general_ci
|
||||
|
||||
[AudioStore]
|
||||
MountSource=
|
||||
|
Reference in New Issue
Block a user