Update cc-reinstall.sh
This commit is contained in:
@@ -73,7 +73,7 @@ case "$choice" in
|
||||
echo "Enter the root MySQL password:"
|
||||
mysql -u root -p -e "CREATE USER 'admin'@'%' IDENTIFIED BY '${pwd}';GRANT ALL PRIVILEGES ON *.* TO 'admin'@'%' WITH GRANT OPTION;"
|
||||
|
||||
read -n 1 -p "Login at https://mysql.scity.us and setup the admin user, verify it brings up the deploy prompt. Once complete then press ENTER" choice2
|
||||
read -n 1 -p "Login at https://mysql-manager-node${serverchoice}.scity.us and setup the admin user, verify it brings up the deploy prompt. Once complete then press ENTER" choice2
|
||||
echo
|
||||
echo
|
||||
echo "Importing Previous Database Clusters"
|
||||
|
||||
Reference in New Issue
Block a user