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:
parent
4e1d7b67f9
commit
35e633959c
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user