Bug 110591

Summary: Timeout occurs when starting mysqld
Product: [Fedora] Fedora Reporter: Joseph Tate <jtate>
Component: mysqlAssignee: Kim Ho <kho>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:00:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joseph Tate 2003-11-21 16:19:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5)
Gecko/20031007

Description of problem:
When starting mysqld, the following error occurs:
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL:                                            [FAILED]

mysqld does actually start however, I can connect to my databases and
perform SQL queries.

I upgraded from RHL 9 to Fedora Core 1 with preexisting databases.


Version-Release number of selected component (if applicable):
mysql-server-3.23.58-4

How reproducible:
Always

Steps to Reproduce:
1. service mysqld stop
2. service mysqld start

    

Actual Results:  See above.

Expected Results:  Starting MySQL:                 [  OK  ]

Additional info:

my.conf is the default installed

Comment 1 Kim Ho 2003-11-21 18:35:10 UTC

*** This bug has been marked as a duplicate of 108779 ***

Comment 2 Kim Ho 2003-11-21 18:36:06 UTC
silly me.

did you add a password to the root mysql user?

Comment 3 Joseph Tate 2003-11-21 19:20:35 UTC
mysql> select host, user, password
    ->  from user;
+-----------+--------------+------------------+
| host      | user         | password         |
+-----------+--------------+------------------+
| localhost | root         | **************** |
| localhost | serendipity  | **************** |
| localhost | phpadmin     | **************** |
| %         | jtate        | **************** |
| localhost | spamassassin | **************** |
| localhost | copperhead   | **************** |
| %         | webuser      | **************** |
+-----------+--------------+------------------+
7 rows in set (0.00 sec)

Yes.  This is indeed a duplicate.  I did a search for mysql and
timeout, but for some reason I got zarro boogs found.


*** This bug has been marked as a duplicate of 108779 ***

Comment 4 Red Hat Bugzilla 2006-02-21 19:00:07 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.