Bug 110591
Summary: | Timeout occurs when starting mysqld | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Joseph Tate <jtate> |
Component: | mysql | Assignee: | 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
silly me. did you add a password to the root mysql user? 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 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |