Skip to content

Commit

Permalink
Fix charset used in example PDO connection string.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala committed Oct 16, 2024
1 parent a2654ab commit e34e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/recordmanager.ini.sample
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ counts = false
[PDO]
; PDO connection string for a MySQL/MariaDB database. Use localhost to connect via
; unix socket.
;connection = "mysql:host=localhost;dbname=recman;charset=UTF8"
;connection = "mysql:host=localhost;dbname=recman;charset=UTF8MB4"
; User name
;username = "recman"
; Password
Expand Down

0 comments on commit e34e0d5

Please sign in to comment.