We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8f494 commit ea2a020Copy full SHA for ea2a020
.travis_mysql57.sh
@@ -12,3 +12,9 @@ apt-get update
12
apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew -y install mysql-server libmysqlclient-dev
13
14
mysql_upgrade -u root --force --upgrade-system-tables
15
+
16
+# Replace the final line of the mysql apparmor, allowing /etc/mysql/*.pem
17
+sed -ie '$ s|}|\
18
+ /etc/mysql/*.pem r,\
19
+}|' /etc/apparmor.d/usr.sbin.mysqld
20
+service apparmor restart
0 commit comments