Update the MySQL deploy script

This commit is contained in:
Michael Mintz 2018-04-11 01:23:43 -04:00
parent 6f65c00b9f
commit c9722fe410
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ addons:
chrome: stable
before_install:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('test') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- sudo mysql_upgrade
- sudo service mysql restart
install:
- "pip install --upgrade pip"