Bug #84811 Ubuntu 16.04 packages should include mysqld@.service to replace mysqld_multi
Submitted: 3 Feb 2017 15:22 Modified: 10 May 2017 7:47
Reporter: Sven Lankes Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.7.17 OS:Ubuntu
Assigned to: Lars Tangvald CPU Architecture:Any

[3 Feb 2017 15:22] Sven Lankes
Description:
The RHEL RPM-Packages for 5.7.17 include /usr/lib/systemd/system/mysqld@.service to replace mysqld_multi.

The Ubuntu 16.04 (which is using sytemd) are missing this.

Using the two files:

 /usr/lib/systemd/system/mysqld@.service and
 /usr/bin/mysqld_pre_systemd

from a RHEL7-Installation on a Ubuntu 16.04 works fine and allows starting multiple instances without reverting to the error-prone mysqld_multi.

How to repeat:
./.

Suggested fix:
Add mentioned files to .deb-Packages as well.
[6 Feb 2017 10:41] Terje Røsten
Thanks for your report!
[10 May 2017 7:47] Terje Røsten
Fixed in 5.7.19:
 Support for multiple mysql instance under systemd via mysql@ service added.