Browse Source

Better Display Message for Installing Percona Mysql

old-stable
Mitesh Shah 10 years ago
parent
commit
0e19c1d80d
  1. 2
      src/modules/stack/install/ee_mod_install_mysql.sh

2
src/modules/stack/install/ee_mod_install_mysql.sh

@ -21,7 +21,7 @@ ee_mod_install_mysql()
fi fi
ee_lib_echo "Installing MySQL, please Wait..." ee_lib_echo "Installing Percona MySQL, please Wait..."
$EE_APT_GET install percona-server-server-5.6 mysqltuner percona-toolkit \ $EE_APT_GET install percona-server-server-5.6 mysqltuner percona-toolkit \
|| ee_lib_error "Unable to install MySQL, exit status = " $? || ee_lib_error "Unable to install MySQL, exit status = " $?

Loading…
Cancel
Save