소스 검색

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

revert-bumpto57-2
System Administrator 7 년 전
부모
커밋
8113b4efb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      galera/files/init_bootstrap.sh

+ 1
- 1
galera/files/init_bootstrap.sh 파일 보기

@@ -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…
취소
저장