Selaa lähdekoodia

solve problem 'Access denied for user 'root'@'localhost' (using password: NO)'

pull/34/head
System Administrator 7 vuotta sitten
vanhempi
commit
8113b4efb3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      galera/files/init_bootstrap.sh

+ 1
- 1
galera/files/init_bootstrap.sh Näytä tiedosto

@@ -7,7 +7,7 @@ retries=0

while [ $counter -gt 0 ]
do
mysql -u root -e"quit"
mysql -u root -e"quit" || mysql -u {{ service.admin.user }} -p{{ service.admin.password }} -e"quit"
if [[ $? -eq 0 ]]; then
echo "Sucessfully connected to the MySQL service ($retries retries)."
exit 0

Loading…
Peruuta
Tallenna