Bug 435494 - Timeout error starting MySQL when using non-default socket file value (fix provided)
Summary: Timeout error starting MySQL when using non-default socket file value (fix pr...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: mysql
Version: 5.0
Hardware: All
OS: Linux
low
high
Target Milestone: rc
: ---
Assignee: Tom Lane
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-29 18:13 UTC by Jonas S.
Modified: 2015-02-20 15:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-02 09:46:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2009:1289 0 normal SHIPPED_LIVE Moderate: mysql security and bug fix update 2009-09-01 13:32:14 UTC

Description Jonas S. 2008-02-29 18:13:45 UTC
Description of problem:

If a new socket file that is not the default value is specified in /etc/my.cnf, 
the MySQL service will give the following error on start, even though it has 
started correctly:

Starting MySQL:                                            [FAILED]

Version-Release number of selected component (if applicable):

mysql-5.0.22-2.2.el5_1.1

How reproducible:

always

Steps to Reproduce:
1. change the socketfile to a nondefault value in /my.cnf
2. run "service mysqld start"
  
Actual results:

the daemon starts but the "service" command fails with a timeout because the 
pinging is incorrectly done.

Expected results:

ping should be done correctly, and "service" should return succesfully

Additional info:

This is an easy fix, replace the following line:

RESPONSE=`/usr/bin/mysqladmin -uUNKNOWN_MYSQL_USER ping 2>&1` && break

with...

RESPONSE=`/usr/bin/mysqladmin -S$socketfile -uUNKNOWN_MYSQL_USER ping 2>&1` && 
break

Comment 1 Jonas S. 2008-02-29 18:15:21 UTC
I forgot to mention that the last fix has to be applied to the startup script: /
etc/init.d/mysqld

Comment 2 Tom Lane 2008-03-03 23:51:00 UTC
I've applied this fix in Fedora devel (so it'll be in F9, and probably also in the next F8 or F7 spins).  I can't 
promise much about when it'll get into RHEL5 though.

Comment 7 errata-xmlrpc 2009-09-02 09:46:16 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2009-1289.html


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