[MDEV-30993] unix_socket plugin can NOT disable in [mariadb-10.x] Created: 2023-04-04 Updated: 2023-05-02 Resolved: 2023-05-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Shawn Yan | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Description |
|
as we know, unix_socket plugin is installed from mariadb 10.4 by default, but this plugin has weakness point in security, so I'd like to disable it when DB start. but, when I turn it off in my.cnf like this, it doesn't work,
and log show that:
so when I disable plugin in section [mariadb], it works.
and log show that:
|
| Comments |
| Comment by Sergei Golubchik [ 2023-04-04 ] | ||
|
I've put
in my.cnf and 10.4 was started without unix_socket plugin. You must be doing something more, if the above didn't work for you. |