fix: add client-server option in default configuration
This commit is contained in:
parent
33080999a2
commit
81dbd84f8a
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||
|
||||
## [Unreleased]
|
||||
- fix: add client-server option in default configuration
|
||||
- fix: install python-mysqldb package
|
||||
|
||||
## [v1.0.0] - 2019-02-23
|
||||
|
|
|
@ -7,6 +7,7 @@ mariadb_users: []
|
|||
mariadb_databases: []
|
||||
mariadb_config: {}
|
||||
mariadb_default_config:
|
||||
client-server: {}
|
||||
client:
|
||||
default-character-set: utf8mb4
|
||||
mysql:
|
||||
|
|
Loading…
Reference in a new issue