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 37c360f commit dd34981Copy full SHA for dd34981
docker/ubuntu16-mariadb/run.sh
@@ -3,7 +3,7 @@
3
# make sure mysql can create socket and lock
4
mkdir /var/run/mysqld && chmod 777 /var/run/mysqld
5
# run mysql server
6
-nohup mysqld_safe > /root/mysql.log 2>&1 &
+nohup mysqld > /root/mysql.log 2>&1 &
7
# wait for mysql to become available
8
while ! mysqladmin ping -hlocalhost >/dev/null 2>&1; do
9
sleep 1
docker/ubuntu16/run.sh
0 commit comments