[MDEV-9053] mariadb 10.0.* /etc/init.d/mysql start Failed ? Created: 2015-11-01 Updated: 2015-11-07 Resolved: 2015-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.0.20 |
| Fix Version/s: | 10.0.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | sysdljr | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 5.6, MariaDB Server 10.0.20 |
||
| Description |
|
when use mysql start scrit , after 15 minutes , show start failed:
But, mysql error log show , mysqld already normal start .
mysql client access normal too, if use mysqld_safe --defaults-file=/etc/my.cnf.d/server.cnf , mysqld service normal start . not error |
| Comments |
| Comment by Elena Stepanova [ 2015-11-01 ] |
|
If it happens all the time, the most common reason is that your mysqladmin settings, either the socket or the TCP host/port if you are using TCP protocol for mysqld, don't match those of mysqld. If you are sure neither of those was the case, please provide your config files (all of them), and the complete error log. Thanks. |
| Comment by sysdljr [ 2015-11-07 ] |
|
reason: mysqladmin setting problem. It is OK now. |