Bug 110566
| Summary: | Timeout error occurred trying to start MySQL Daemon | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nodrahc Technologies Inc. <laurent> |
| Component: | mysql | Assignee: | Kim Ho <kho> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1 | CC: | rprakash |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:00:06 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
Nodrahc Technologies Inc.
2003-11-21 13:41:51 UTC
I tried the following and now I cannot even start my mysqld:
mysql> UPDATE mysql.user SET Password = PASSWORD('12345')
-> WHERE User = 'root';
mysql> FLUSH PRIVILEGES;
###After this I did an exit and then tried the following:
[root@netd rprakash]# service mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL: [FAILED]
[root@netd rprakash]# mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
I am only a beginner in this field. Could anyone kindly sugest me a work-around
to restart my mysqld.
Thanks
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |