Bug 14947 - mysqld dead but subsys locked
Summary: mysqld dead but subsys locked
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mysql
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-08-01 06:12 UTC by Chris Kloiber
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-08-01 06:12:06 UTC
Embargoed:


Attachments (Terms of Use)
Fixed initscript for mysql (1.71 KB, text/plain)
2000-08-01 11:43 UTC, Trond Eivind Glomsrxd
no flags Details

Description Chris Kloiber 2000-08-01 06:12:05 UTC
Mysql will not start. When you try, a zero-length /var/run/mysqld.pid is
created.

[root@tbird /root]# service mysqld start
Starting MySQL: 

[root@tbird /root]# service mysqld status
mysqld dead but subsys locked
[root@tbird /root]# service mysqld stop
Shutting down MySQL server                                 [FAILED]
[root@tbird /root]#

Comment 1 Trond Eivind Glomsrxd 2000-08-01 11:42:13 UTC
I know.... this was fixed after the cut. Try chowning /var/lib/mysql to
mysql.mysql ("chown -R mysql.mysql /var/lib/mysql") or substitute the current
init script with the attached one.

Comment 2 Trond Eivind Glomsrxd 2000-08-01 11:43:46 UTC
Created attachment 1739 [details]
Fixed initscript for mysql


Note You need to log in before you can comment on or make changes to this bug.