Hi,
I'm trying to fix a system after a disk failure, and one part of that includes getting some old mysql databases back up and running. So I've used an old ebuild to install the old version of mysql, copied over the old start script (since it refused to start on the new one for some reason), started it up and dumped the relevant databases. So far, so good.
Now however, I unmerged the old mysql version, removed all the config files and start script, and re-merged the newest mysql version (5.0.26-r2). This left me with an installed mysql version, but no /etc/init.d/mysql file. Is this file not a part of the package? If so, where should I get it?


