Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114667 - Allow use of mysqlmanager in /etc/init.d/mysql
Summary: Allow use of mysqlmanager in /etc/init.d/mysql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 15:30 UTC by Will McQueen
Modified: 2005-12-08 07:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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