[MDEV-28202] mysqlcheck: unknown variable 'ignore-db-dirs=lost+found' Created: 2022-03-30 Updated: 2022-11-01 Resolved: 2022-11-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
|
||
| Description |
|
I have an own partition for mysql-datadir with EXT4. There exists the lost+found directory.
If i add to my.cnf
and restart database server everything seems to be fine.
|
| Comments |
| Comment by Denis Grilli [ 2022-09-27 ] |
|
in my.cnf the syntax is the following (loose the plural): ignore-db-dir=lost+found and goes in the [mysqld] section. |
| Comment by Elena Stepanova [ 2022-11-01 ] |
|
The important part here is "in the [mysqld] section" (not in e.g. [client]). |