Code Review
/
vfc
/
nfvo
/
db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b00760b
)
Add permission to create MySQL sudo
50/102950/1
author
yangyan
<yangyanyj@chinamobile.com>
Wed, 4 Mar 2020 06:28:25 +0000
(14:28 +0800)
committer
yangyan
<yangyanyj@chinamobile.com>
Wed, 4 Mar 2020 06:28:41 +0000
(14:28 +0800)
Change-Id: I4511a7acbfc82de0100cd10370df767db167048e
Issue-ID: VFC-1637
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/instance_run.sh
patch
|
blob
|
history
diff --git
a/docker/instance_run.sh
b/docker/instance_run.sh
index
f72a451
..
3db73aa
100755
(executable)
--- a/
docker/instance_run.sh
+++ b/
docker/instance_run.sh
@@
-5,7
+5,7
@@
function start_redis_server {
}
function start_mysql {
- service mysql start
+ s
udo s
ervice mysql start
sleep 1
}