mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +02:00
2023-02-23 Fred Gleason <fredg@paravelsystems.com>
* Changed the value of the 'Password=' directive in the '[mySQL]' section of 'conf/rd.conf-sample' to 'hackme'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
8455836312
commit
c651c9db17
@ -20977,3 +20977,6 @@
|
|||||||
* Incremented the package version to 3.6.6int1.
|
* Incremented the package version to 3.6.6int1.
|
||||||
2023-01-27 Fred Gleason <fredg@paravelsystems.com>
|
2023-01-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version to 3.6.7.
|
* Incremented the package version to 3.6.7.
|
||||||
|
2023-02-23 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Changed the value of the 'Password=' directive in the '[mySQL]'
|
||||||
|
section of 'conf/rd.conf-sample' to 'hackme'.
|
||||||
|
@ -48,10 +48,17 @@ Label=Default (Local)
|
|||||||
|
|
||||||
[mySQL]
|
[mySQL]
|
||||||
; The connection parameters for the MySQL server.
|
; The connection parameters for the MySQL server.
|
||||||
|
;
|
||||||
|
; Replace these with values that are appropirate for your setup.
|
||||||
|
;
|
||||||
Hostname=localhost
|
Hostname=localhost
|
||||||
Loginname=rduser
|
Loginname=rduser
|
||||||
Password=letmein
|
Password=hackme
|
||||||
Database=Rivendell
|
Database=Rivendell
|
||||||
|
|
||||||
|
; The Qt SQL driver plug-in to use. It should seldom be necessary to
|
||||||
|
; change this.
|
||||||
|
;
|
||||||
Driver=QMYSQL3
|
Driver=QMYSQL3
|
||||||
|
|
||||||
; The interval between 'keep-alive' queries to the MySQL server (seconds)
|
; The interval between 'keep-alive' queries to the MySQL server (seconds)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user