[MDEV-18736] Document --disable-unix-socket option in man page and binary Created: 2019-02-25 Updated: 2020-07-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Ian Gilfillan | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This has been documented in https://mariadb.com/kb/en/library/mysqld-options/#-disable-unix-socket but needs to be documented in server binary help and man pages. |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2020-07-22 ] |
|
--disable-unix-socket isn't a proper option by itself. It is a combination of the --unix-socket plugin activation option and the --disable option prefix: https://mariadb.com/kb/en/authentication-plugin-unix-socket/#unix_socket |