Skip to content

Commit

Permalink
restore test.
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-rapnicki-bixal committed Feb 26, 2024
1 parent 6db5205 commit e889b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/database-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ echo "Restoring database to '${ENVIRONMENT}'..."
echo "[client]" > ~/.mysql/mysql.cnf
echo "user=${username}" >> ~/.mysql/mysql.cnf
echo "password=${password}" >> ~/.mysql/mysql.cnf
echo "wait_timeout=3600" >> ~/.mysql/mysql.cnf
echo "interactive_timeout=3600" >> ~/.mysql/mysql.cnf
chmod 400 ~/.mysql/mysql.cnf

mysql \
Expand Down

0 comments on commit e889b18

Please sign in to comment.