MySQL Forums
Forum List  »  General

DB Startup on
Posted by: Grum De Henseler
Date: February 06, 2017 11:41PM

I am able to start and stop MySQL using service.

But when I issue a mysqld_safe instead of service, it fails and all I get in the error log, after the conclusion of the last shutdown message is

2017-02-07 05:20:51 11626 [Note] /usr/sbin/mysqld: Shutdown complete

170207 05:20:51 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
170207 05:21:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Killed
170207 05:21:35 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended

I've tried to provide --defaults-file --user options to mysqld_safe but that didn't help, I'd still get mysql was killed.

Here is the output from uname -a
Linux vagrant-ubuntu-trusty-64 3.13.0-101-generic #148-Ubuntu SMP Thu Oct 20 22:08:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I am using MySQL Community Server 5.6.34

Thank you all in advance,

Grum

Options: ReplyQuote


Subject
Written By
Posted
DB Startup on
February 06, 2017 11:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.