From 35e633959c5266b37b2a52d6fcdbfabdf3e66fe7 Mon Sep 17 00:00:00 2001 From: Jawon Choo Date: Mon, 1 Oct 2018 21:27:39 +0900 Subject: [PATCH] Mariadb: fix error logs - Invalid table or database name lost+found This PS fixes the error logs in mariadb-server. Each partition has its own lost+found directory and mysql consider the directory as a database. Change-Id: Ibce0dddb5065fd56fa841ebcb91c7c9f15de6c62 Closes-Bug: #1795381 --- mariadb/templates/etc/_my.cnf.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb/templates/etc/_my.cnf.tpl b/mariadb/templates/etc/_my.cnf.tpl index 33184d529..c6900517a 100644 --- a/mariadb/templates/etc/_my.cnf.tpl +++ b/mariadb/templates/etc/_my.cnf.tpl @@ -17,6 +17,7 @@ limitations under the License. [mysqld] datadir=/var/lib/mysql basedir=/usr +ignore-db-dir=lost+found [client-server] !includedir /etc/mysql/conf.d/