I've installed Mysql-(server/client)-5.6 on Ubuntu 14.04 LTS server
but for some programs I need mysql-client (automysqlbackup and postfix for example)
root@server:~# apt-get install automysqlbackup
automysqlbackup : Depends: mysql-client
so:
root@server:~# apt-get install mysql-client mysql-server
The following packages have unmet dependencies:
mysql-client : Depends: mysql-client-5.5 but it is not going to be installed
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
and:
root@server:~# apt-get install mysql-client-5.6 mysql-server-5.6
mysql-client-5.6 is already the newest version.
mysql-server-5.6 is already the newest version.
Do I need to install mysql-(server/client)-5.5 alongside 5.6?
mysql-client
package: https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1287424 - mark it as affecting you. – muru Jul 14 '14 at 09:27