Comment 14 for bug 1735097

Revision history for this message
Tobias Brox (c-tobias) wrote :

Indeed, it seems like the 16.04-image is pretty old.

Still, it seems more robust to me to replace the passage ...

    if is_fedora || is_suse; then
        # service is not started by default
        start_service $MYSQL_SERVICE_NAME
    fi

with something like

    start_service $MYSQL_SERVICE_NAME || true