From e9a6436a8e8a2cb7d7c8bde61ff63b0d0ff1bf47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 15 Apr 2019 21:20:58 +0300 Subject: [PATCH] Changelog/documentation fixes --- debian/changelog | 3 ++- debian/mariadb-server-10.1.README.Debian | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 95f00dd4d..9139316ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ mariadb-10.1 (10.1.38-0+deb9u1) stretch; urgency=medium * Update correct branch name in gbp.conf * Disable test unit.pcre_test on s390x that was failing in stretch-security * Fix mips compilation failure (__bss_start symbol missing) - * Extend the server README to clarify common misunderstandings (Closes: #878215) + * Extend the server README to clarify common misunderstandings + (Closes: #878215) -- Otto Kekäläinen Sat, 30 Mar 2019 17:29:33 +0200 diff --git a/debian/mariadb-server-10.1.README.Debian b/debian/mariadb-server-10.1.README.Debian index cbf100d7a..3d3ad65e8 100644 --- a/debian/mariadb-server-10.1.README.Debian +++ b/debian/mariadb-server-10.1.README.Debian @@ -107,7 +107,7 @@ https://mariadb.com/kb * PASSWORDS: ============ It is recommended you create additional admin users for your database -adminstration needs in addition to the default root user. +administration needs in addition to the default root user. If your local unix account is the one you want to have local super user access on your database with you can create the following account that will -- GitLab