MySQL Shell API 9.0.1
Unified development interface for MySQL Products
|
Methods | |
None | set (str optionName, value value) |
Sets value of an option. More... | |
None | set_persist (str optionName, value value) |
Sets value of an option and stores it in the configuration file. More... | |
None | unset (str optionName) |
Resets value of an option to default. More... | |
None | unset_persist (str optionName) |
Resets value of an option to default and removes it from the configuration file. More... | |
None set | ( | str | optionName, |
value | value | ||
) |
Sets value of an option.
optionName | name of the option to set. |
value | new value for the option. |
None set_persist | ( | str | 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. |
None unset | ( | str | optionName | ) |
Resets value of an option to default.
optionName | name of the option to reset. |
None unset_persist | ( | str | optionName | ) |
Resets value of an option to default and removes it from the configuration file.
optionName | name of the option to reset. |