Comment 1 for bug 1719817

Revision history for this message
Hrvoje Matijakovic (hrvojem) wrote :

Hi,

Can you please check why it isn't starting, it looks like upgrade didn't finish (note the 5.7.19-17 is not running vs 5.7.18-16 did not start).

I wasn't able to reproduce this:

root@wheezy:~# service mysql status
Percona Server 5.7.19-17 is running.
root@wheezy:~# dpkg -l | grep percona
ii percona-server-client-5.7 5.7.19-17-1.wheezy amd64 Percona Server database client binaries
ii percona-server-common-5.7 5.7.19-17-1.wheezy amd64 Percona Server database common files (e.g. /etc/mysql/my.cnf)
ii percona-server-server-5.7 5.7.19-17-1.wheezy amd64 Percona Server database server binaries
root@wheezy:~# ps auxww | grep mysql
mysql 5096 0.0 0.0 4184 716 ? S 09:42 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 5347 5.0 13.4 592572 138048 ? Sl 09:42 0:01 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib/mysql/plugin --log-error=/var/log/mysql/error.log --pid-file=/var/run/mysqld/mysqld.pid --socket=/var/run/mysqld/mysqld.sock --port=3306
root 5407 0.0 0.0 7836 880 pts/0 S+ 09:43 0:00 grep mysql