You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/etc/init.d/mysql start --wsrep-new-cluster fails in Debian Jessie because the /lib/lsb/init-functions.d/40-systemd script redirects it to systemctl mysql start, losing the --wsrep-new-cluster argument in the process. The solution is to set the _SYSTEMCTL_SKIP_REDIRECT variable so that all handling of "mysql start" remains within the script we provide.