Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-21 18:37:20 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-21 18:54:12 +0300
commit5000171c40a3ebae7257779a1ac12714c5662c1e (patch)
tree67aea9e11aebe653b9588cff88c8ad76b47069c0 /.travis.yml
parentd40f89ebd916a1d7a771d7ab10d3079417230f68 (diff)
Fix mysql password issue on OSX build
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d175a6e03..0250cc3261 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,6 +80,9 @@ matrix:
- echo "memory_limit=-1" > /usr/local/etc/php/7.4/conf.d/50-travis.ini
- echo "pcre.jit=0" >> /usr/local/etc/php/7.4/conf.d/50-travis.ini
- mysql.server start
+ - sleep 5
+ # Enable password access
+ - mysql -e "SET PASSWORD FOR 'root'@'localhost' = PASSWORD('');"
addons:
homebrew:
packages: