Bug 110591 - Timeout occurs when starting mysqld
Summary: Timeout occurs when starting mysqld
Keywords:
Status: CLOSED DUPLICATE of bug 108779
Alias: None
Product: Fedora
Classification: Fedora
Component: mysql
Version: 1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kim Ho
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-21 16:19 UTC by Joseph Tate
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:00:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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