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
This commit is contained in:
Jawon Choo 2018-10-01 21:27:39 +09:00
parent 4e1d7b67f9
commit 35e633959c

View File

@ -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/