-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 5.5.62, 10.0.37, 10.3.11, 10.1.37, 10.2.19
-
Component/s: Packaging, Scripts & Clients
-
Labels:None
The change to run "kill" via "su - $user" seems to require mysql.server to run as root now. We run "mysql.server stop" under an unprivileged user account, and upgrading to mysql 10.1.37 broke our workflow as the "su - $user" bit fails as a non-root user.
Is it possible that this script can skip the "su - $user" step if invoked as a non-root user?