Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 114667

Summary: Allow use of mysqlmanager in /etc/init.d/mysql
Product: Gentoo Linux Reporter: Will McQueen <wjmcqueen>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Will McQueen 2005-12-06 15:30:19 UTC
I would like to have mysqlmanager manage my mysql processes, however the init
script included with the 5.0.15 ebuild is crazy.  I actually flipped to using an
old init script I had from 5.0.14 and substituted the starting of safe_mysqld
with mysqlmanager, as well as shutting down via the mysqlmanager.pid.

I'd rather not maintain my own init, so could mysqlmanager be added to the
gentoo mysql.init file?

Information on mysqlmanager can be found at mysql.com:
http://dev.mysql.com/doc/refman/5.0/en/instance-manager.html

Thanks,
Will

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Francesco R. (RETIRED) gentoo-dev 2005-12-08 07:39:03 UTC
There are two new files in $PORTDIR/dev-db/mysql/files/ :
- mysqlmanager-slot.rc6     ==> /etc/init.d/mysqlmanager
- mysqlmanager-slot.conf.d  ==> /etc/conf.d/mysqlmanager
These ones will be installed with mysql >= 5.0.16

Thanks for mentioning it