나는 여기 초보자입니다.
우분투 14.04를 사용하고 있습니다.
다음 명령으로 mysql을 입력하려고했습니다.
mysql -u root -p
다음 메시지가 나타납니다.
The program mysql can be found on the following packages:
* mysql-client-core-5.5
* mariadb-client-core-5.5
* mysql-client-core-5.6
* percona-xtrabd-cluster-client-5.5
그런 다음 입력했습니다.
sudo apt-get install mysql-client-core-5.6
이것이 설치 된 후 다음을 사용하여 mysql에 다시 연결을 시도했습니다.
mysql -u root -p
그런 다음 오류 메시지가 나타납니다.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
온라인 검색 후 mysql 서버를 설치해야한다는 것을 알았으므로 다음 명령을 작성했습니다.
sudo apt-get install mysql-server
그런 다음 메시지가 나타납니다.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
나는 지난 한 시간 동안 해결책을 찾기 위해 온라인에서 찾고 있었지만 비슷한 오류가 있었지만 mysql을 업그레이드 한 결과 다른 사람들은 효과가 없었습니다.