Bug 754672 - mysqld.service does not start
Summary: mysqld.service does not start
Keywords:
Status: CLOSED DUPLICATE of bug 754072
Alias: None
Product: Fedora
Classification: Fedora
Component: mysql
Version: 16
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Tom Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-17 09:59 UTC by Juan
Modified: 2011-11-17 15:34 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-11-17 15:34:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
The relevant extract from /var/log/messages (5.59 KB, application/octet-stream)
2011-11-17 09:59 UTC, Juan
no flags Details

Description Juan 2011-11-17 09:59:23 UTC
Created attachment 534169 [details]
The relevant extract from /var/log/messages

Description of problem:
In Fedoraq 15, mysqld used to appear in system-config-services.
Since I installed Fedora 16, it does not appear there.
When I try to start mysql using systemctl, it fails.

Version-Release number of selected component (if applicable):
5.5.16-3

How reproducible:
Just try to start mysql server with systemctl

Steps to Reproduce:
1. sudo tail -f /var/log/messages
2. sudo systemctl start mysqld.service
  
Actual results:
The service fails to start.
Output of the command is:
Job failed. See system logs and 'systemctl status' for details.

Expected results:
mysql server starts normally

Additional info:

sudo systemctl status mysqld.service
mysqld.service - MySQL database server
	  Loaded: loaded (/lib/systemd/system/mysqld.service; disabled)
	  Active: failed since Thu, 17 Nov 2011 10:52:33 +0100; 1min 22s ago
	 Process: 3520 ExecStart=/usr/bin/mysqld_safe --nowatch --basedir=/usr (code=exited, status=127)
	 Process: 3504 ExecStartPre=/usr/libexec/mysqld-prepare-db-dir (code=exited, status=0/SUCCESS)
	  CGroup: name=systemd:/system/mysqld.service

Comment 1 Tom Lane 2011-11-17 15:34:13 UTC

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


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