diff --git a/ChangeLog b/ChangeLog index 82e01d2e..3e923a60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20977,3 +20977,6 @@ * Incremented the package version to 3.6.6int1. 2023-01-27 Fred Gleason * Incremented the package version to 3.6.7. +2023-02-23 Fred Gleason + * Changed the value of the 'Password=' directive in the '[mySQL]' + section of 'conf/rd.conf-sample' to 'hackme'. diff --git a/conf/rd.conf-sample b/conf/rd.conf-sample index ce9b51d4..d5c45d4d 100644 --- a/conf/rd.conf-sample +++ b/conf/rd.conf-sample @@ -48,10 +48,17 @@ Label=Default (Local) [mySQL] ; The connection parameters for the MySQL server. +; +; Replace these with values that are appropirate for your setup. +; Hostname=localhost Loginname=rduser -Password=letmein +Password=hackme Database=Rivendell + +; The Qt SQL driver plug-in to use. It should seldom be necessary to +; change this. +; Driver=QMYSQL3 ; The interval between 'keep-alive' queries to the MySQL server (seconds)