On Sat, 28 Jan 2006 23:34:47 -0500 (EST) f-myth-users wrote: > I recently noticed that my SBE/FE machine has a mysqld running. > I'm guessing that there's no reason for this to be the case, since > presumably the only place mysqld should be running is on the master > backend, but I figured I'd check, just in case. (I also assume I > should just remove its startup script from /etc/init.d and call it > a day if it's not supposed to be there.)
See the other replies, but don't just remove the script, use your distro's tools to make sure it stops and won't start again. Deleting it will work until your distro updates mysql and replaces the /etc/init.d script. It will also create boot error messages as the bootup scripts try to run /etc/init.d/mysql and cannot find it. for example: On gentoo: /etc/init.d/mysql stop rc-update del mysql default on fedora I would guess (from my redhat days) service mysql stop chkconfig --del mysql debian and relatives have a command update-rc.d which I don't know how to use. -- Nick Rout <[EMAIL PROTECTED]> _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
