Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.3.20, 10.2(EOL), 10.4(EOL), 10.5, 10.6
Description
If you try to start 10.3.20 using mysqld_multi, and if the [mysqld_safe] option group in the config file contains options that are not supported by mysqld, then it will fail to start. For example, let's say that you provide the --numa_interleave option:
[mysqld_safe]
|
numa_interleave
|
Then you would see the following error message:
[ERROR] /usr/local/mysql/bin/mysqld: unknown option '--numa_interleave'
|
After removing the options that mysqld doesn't support from the config file, it will start normally.
Attachments
Issue Links
- is caused by
-
MDEV-18863 Galera SST scripts can't read mysqld_multi's [mysqldN] option groups
- Closed
-
MDEV-20614 Syntax error, and option put in wrong place, in mysqld_multi perl script
- Closed
-
MDEV-20728 /usr/sbin/mysqld: unknown variable 'defaults-group-suffix=mysqld1
- Closed