From 10442c96ab7c166450d1c075a6c3eb698bdfa510 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 5 Dec 2019 10:08:05 -0500 Subject: [PATCH] travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 66031d2..2674367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: