MySQL Shell API 8.0.40
Unified development interface for MySQL Products
|
Methods | |
Undefined | set (String optionName, Value value) |
Sets value of an option. More... | |
Undefined | setPersist (String optionName, Value value) |
Sets value of an option and stores it in the configuration file. More... | |
Undefined | unset (String optionName) |
Resets value of an option to default. More... | |
Undefined | unsetPersist (String optionName) |
Resets value of an option to default and removes it from the configuration file. More... | |
Undefined set | ( | String | optionName, |
Value | value | ||
) |
Sets value of an option.
optionName | name of the option to set. |
value | new value for the option. |
Undefined setPersist | ( | String | optionName, |
Value | value | ||
) |
Sets value of an option and stores it in the configuration file.
optionName | name of the option to set. |
value | new value for the option. |
Undefined unset | ( | String | optionName | ) |
Resets value of an option to default.
optionName | name of the option to reset. |
Undefined unsetPersist | ( | String | optionName | ) |
Resets value of an option to default and removes it from the configuration file.
optionName | name of the option to reset. |