aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-04 14:28:25 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-04 14:28:41 +0800
commitef690bae43ab738096028423e384e9b15068ee4a (patch)
treed83926e9413a7e7962819aa1a6776a4686a28a55
parentb00760b6761eb56ec17a56a989e8624c1af2400e (diff)
Add permission to create MySQL sudo
Change-Id: I4511a7acbfc82de0100cd10370df767db167048e Issue-ID: VFC-1637 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xdocker/instance_run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/instance_run.sh b/docker/instance_run.sh
index f72a451..3db73aa 100755
--- a/docker/instance_run.sh
+++ b/docker/instance_run.sh
@@ -5,7 +5,7 @@ function start_redis_server {
}
function start_mysql {
- service mysql start
+ sudo service mysql start
sleep 1
}