2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +00:00

Added missing permissions for OSX CI

This commit is contained in:
ruben
2020-04-16 14:20:08 +01:00
parent 5bd3c59dad
commit 5beb905bf1

View File

@@ -9,6 +9,7 @@ if [ $TRAVIS_OS_NAME == "osx" ]; then
brew install $DATABASE
cp ci/unix-ci.cnf ~/.my.cnf # This location is checked by both MySQL and MariaDB
sudo mkdir -p /var/run/mysqld/
sudo chmod 777 /var/run/mysqld/
mysql.server start # Note that running this with sudo fails
if [ $DATABASE == "mariadb" ]; then
sudo mysql -u root < ci/root_user_setup.sql