Installing Pinba by DEB packages and getting following error messages
apt-get remove --purge mysql-server
Output:
The following packages have unmet dependencies:
pinba-engine-mysql-5.6 : Depends: mysql-server-core-5.6 (< 5.6.26) but 5.6.27-2 is to be installed
Anyway to skip the version check and continue the installation with mysql-server-5.6.27?
Mysql-server 2.6.26 has vulnerabilities, any suggestions?
MySQL will refuse to run the engine due to the version difference. The only thing you can do is recompile the package yourself. MySQL got updated due to a security updated but nothing has been done for pinba.
Installing Pinba by DEB packages and getting following error messages
apt-get remove --purge mysql-server
Output: The following packages have unmet dependencies: pinba-engine-mysql-5.6 : Depends: mysql-server-core-5.6 (< 5.6.26) but 5.6.27-2 is to be installed
Anyway to skip the version check and continue the installation with mysql-server-5.6.27?
Mysql-server 2.6.26 has vulnerabilities, any suggestions?