2017-02-19 12:27:15 +01:00
2020-06-24 12:47:29 +02:00
2020-08-18 02:46:25 +02:00
2017-02-19 12:27:15 +01:00
2017-02-19 12:27:15 +01:00
2017-02-19 12:27:15 +01:00


# list available targets
#
update-alternatives --list my.cnf

# show further information including current selection, best selection and  priority, where 
# a higher value has priority (automatic selection)
#
update-alternatives --display my.cnf 


# To select a specific implementation, use the following command as root and then select
#  a number from the list:
#
# also useful to see the current selection
#
update-alternatives --config my.cnf


# Return to automatic selection
#
update-alternatives --auto my.cnf


# delete an alternative
#
#     update-alternatives --remove my.cnf <Pfad>
#
update-alternatives --remove my.cnf /usr/local/mysql/etc/my.cnf
Description
No description provided
Readme 1.2 MiB
Languages
Shell 81.9%
Roff 18.1%