Ubuntu 14.04 LTS 서버에 Mysql- (server / client) -5.6을 설치
했지만 일부 프로그램의 경우 mysql-client (예 : automysqlbackup 및 postfix)가 필요합니다.
root@server:~# apt-get install automysqlbackup
automysqlbackup : Depends: mysql-client
그래서:
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
과:
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.
5.6과 함께 mysql- (server / client) -5.5를 설치해야합니까?
이 질문을보십시오 : mysql-server-5.5를 설치할 수 없습니다 / 다음 패키지가 충족되지 않은 종속성이 있습니다. MySQL Client 5.5와 MySQL Server 5.5는 패키지 관리자에 의해 결정된 Ubuntu 14.04에서 현재 "최상의"버전의 패키지입니다. , 어떤 이유로 인해 mysql- (server / client) -5.6이 필요하지 않은 경우.
—
karel
이것은
—
muru
mysql-client
패키지 의 버그입니다 : bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1287424- 영향을주는 것으로 표시하십시오.
글쎄, 나는 다른 이유로 그것을 필요로합니다. IPv6 지원을 위해 (새로운) inet6_pton 함수를 사용하고 싶습니다. 링크
—
TD_Nijboer