Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21677 - /etc/init.d/mysql start doesn't work saying it can't find safe_mysqld
Summary: /etc/init.d/mysql start doesn't work saying it can't find safe_mysqld
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-25 14:11 UTC by alx
Modified: 2003-05-25 16:17 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 alx 2003-05-25 14:11:04 UTC
emerge -Du mysql from 3.23.56 to latest build 4.0.13
after that mysql doesn't start correctly: the problem is that mysql
changed the starting script from safe_mysqld to mysqld_safe
so file not found....

it's trivial

Reproducible: Always
Steps to Reproduce:
1.see details
2.
3.

Actual Results:  
doesn't work

Expected Results:  
starting mysqld

it's trivial 
just change in the init.d mysql script
safe_mysqld to mysqld_safe
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-05-25 16:04:53 UTC
actually I think you just forgot to update your initscript.

look in /etc/init.d/ for a ._cfg file.... and then move it over.

Comment 2 alx 2003-05-25 16:14:52 UTC
etc-update tells me no files to update
no files ._cfg* in /etc/init.d/
so ???
Comment 3 Donny Davies (RETIRED) gentoo-dev 2003-05-25 16:17:49 UTC
well, beats me man, it should be.  i have no idea what you've done to your
system, so... who knows.

at any rate just

cp /usr/portage/dev-db/mysql/files/mysql-4.0.rc6 /etc/init.d/mysql

and be happy.