📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 23:43:56
📂
/ (Root)
/
usr
/
share
/
mysql-common
📍 /usr/share/mysql-common
🔄 Refresh
✏️
Editing: configure-symlinks
Read Only
#!/bin/sh set -e case "$1" in install) variant="$2" my_cnf_path="$3" update-alternatives --install /etc/mysql/my.cnf my.cnf "$my_cnf_path" 200 ;; remove) variant="$2" my_cnf_path="$3" update-alternatives --remove my.cnf "$my_cnf_path" ;; esac
💾 Save Changes
❌ Cancel