mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 09:33:37 +02:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Charset=' directive to the [MySQL] section of rd.conf(5). * Added an 'Collation=' directive to the [MySQL] section of rd.conf(5).
This commit is contained in:
@@ -26,15 +26,11 @@ Password=letmein
|
||||
Database=Rivendell
|
||||
Driver=QMYSQL3
|
||||
|
||||
; Specify the type of DB storage engine to use when creating new tables.
|
||||
; To get a list of supported engine types, use the 'SHOW ENGINES;' command
|
||||
; in mysql(1).
|
||||
;
|
||||
; It is also possible to specify 'default', in which case Rivendell will
|
||||
; use whatever default engine type is configured in MySQL.
|
||||
;
|
||||
; The default value is 'default'.
|
||||
; The following three settings control the attributes of new DB tables
|
||||
; created by Rivendell.
|
||||
Engine=MyISAM
|
||||
Charset=latin1
|
||||
Collation=latin1_swedish_ci
|
||||
|
||||
[AudioStore]
|
||||
MountSource=
|
||||
|
Reference in New Issue
Block a user