fix(setup): MySQL 5.7 (#1445)

This commit is contained in:
Francesco Borzì
2019-02-16 20:04:26 +01:00
committed by GitHub
parent d326f4b3ff
commit f960d8e848
6 changed files with 30 additions and 37 deletions

View File

@@ -1,6 +1,3 @@
# TODO: remove this line after we fully support mysql 5.7
mysql -u root -p$MYSQL_ROOT_PASSWORD -e "SET GLOBAL sql_mode = '';"
# TODO: remove this line after we squash our DB updates
mysql -u root -p$MYSQL_ROOT_PASSWORD -e "SET GLOBAL max_allowed_packet=128*1024*1024;"