Jcrespo has submitted this change and it was merged. Change subject: Correcting typo on tooldb client configuration ......................................................................
Correcting typo on tooldb client configuration Bug: T122148 Change-Id: Id6bba7cde4401a901419f33e505b944c5ad5fbde --- M templates/mariadb/tools.my.cnf.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jcrespo: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/mariadb/tools.my.cnf.erb b/templates/mariadb/tools.my.cnf.erb index 48e0c3a..f28d0b5 100644 --- a/templates/mariadb/tools.my.cnf.erb +++ b/templates/mariadb/tools.my.cnf.erb @@ -1,7 +1,7 @@ [client] port = 3306 socket = /var/run/mysqld/mysqld.sock -character-set-client = utf8mb4 +default-character-set = utf8mb4 [mysqld] -- To view, visit https://gerrit.wikimedia.org/r/260559 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6bba7cde4401a901419f33e505b944c5ad5fbde Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
