[Bug 1435709] Re: mysql.service fail to start after upgrade to mysql-server.5.6
Luis Mondesi
lemsx1 at gmail.com
Wed Apr 8 15:47:21 UTC 2015
Also, note that I had to add "return 0" to the "pinger()" function:
/usr/share/mysql/mysql-systemd-start
Maybe this function should be written in a way that it provides
feedback:
pinger () {
while /bin/true ; do
sleep 1
mysqladmin ping >/dev/null 2>&1 && break
logger -p daemon.info "$0 sleeping for 1 second..."
done
}
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1435709
Title:
mysql.service fail to start after upgrade to mysql-server.5.6
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1435709/+subscriptions
More information about the Ubuntu-server-bugs
mailing list