This commit is contained in:
Dave Horton
2019-12-05 10:08:05 -05:00
parent 350e310a8f
commit 10442c96ab
+2
View File
@@ -9,6 +9,8 @@ env:
before_install:
- cat ~travis/.my.cnf
- sed -i -r -e 's/password =/password = root/g' ~travis/.my.cnf
- tee -a ~travis/.my.cnf > /dev/null << "[mysqld]"
- tee -a ~travis/.my.cnf > /dev/null << "default-authentication-plugin=mysql_native_password"
- cat ~travis/.my.cnf
- sudo systemctl restart mysql
script: