Skip to content

Commit

Permalink
Merge pull request #13707 from mozilla/FXA-5583-mysql8
Browse files Browse the repository at this point in the history
chore(db): upgrade to mysql 8 for local dev
  • Loading branch information
chenba authored Jul 28, 2022
2 parents 6efffa7 + 544e8b0 commit 02daee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ docker run --rm --name=mydb \
-e MYSQL_ROOT_HOST=% \
-e MYSQL_DATABASE=pushbox \
-p 3306:3306 \
mysql/mysql-server:5.7 &
mysql/mysql-server:8.0.29 --default-authentication-plugin=mysql_native_password &

cd "$DIR"
./check-mysql.sh
Expand Down

0 comments on commit 02daee3

Please sign in to comment.