Eu instalei o Mysql- (servidor / cliente) -5.6 no servidor Ubuntu 14.04 LTS,
mas para alguns programas eu preciso do mysql-client (por exemplo, automysqlbackup e postfix)
root@server:~# apt-get install automysqlbackup
automysqlbackup : Depends: mysql-client
tão:
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
e:
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.
Preciso instalar o mysql- (servidor / cliente) -5.5 junto com o 5.6?
Veja esta pergunta: Não é possível instalar o mysql-server-5.5 / os seguintes pacotes têm dependências não atendidas . O MySQL Client 5.5 e o MySQL Server 5.5 são as atuais "melhores" versões desses pacotes no Ubuntu 14.04, conforme determinado pelos mantenedores de pacotes. , caso você não precise do mysql- (servidor / cliente) -5.6 por algum motivo atraente.
—
Karel
Este é um erro no
—
Muru
mysql-client
pacote: bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1287424 - marque-o como afetando você.
Bem, eu meio que preciso disso por outro motivo. eu gostaria de usar a (nova) função inet6_pton para suporte ao IPv6. link
—
TD_Nijboer 14/07/2014