service_import ( change user from mysql to root)
change user from mysql to root
This commit is contained in:
@@ -103,7 +103,7 @@ service_import() {
|
||||
if [[ -t 0 ]]; then
|
||||
dokku_log_fail "No data provided on stdin."
|
||||
fi
|
||||
docker exec -i "$SERVICE_NAME" mysql --user=mysql --password="$ROOTPASSWORD" "$SERVICE"
|
||||
docker exec -i "$SERVICE_NAME" mysql --user=root --password="$ROOTPASSWORD" "$SERVICE"
|
||||
}
|
||||
|
||||
service_start() {
|
||||
|
||||
Reference in New Issue
Block a user