Jestem tu nowicjuszem, więc proszę o wyrozumiałość.
Używam Ubuntu 14.04.
Próbowałem wprowadzić mysql za pomocą następującego polecenia:
mysql -u root -p
i dostałem następujący komunikat:
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
Następnie wpisałem:
sudo apt-get install mysql-client-core-5.6
Po zainstalowaniu tego spróbowałem ponownie połączyć się z mysql, używając:
mysql -u root -p
Następnie dostałem komunikat o błędzie:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Po przeszukaniu online dowiedziałem się, że muszę zainstalować serwer mysql, więc napisałem w poniższym poleceniu
sudo apt-get install mysql-server
Potem dostałem wiadomość:
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.
W ciągu ostatniej godziny szukałem rozwiązania online, ale inni ludzie, którzy mieli podobny błąd, ale otrzymali go od aktualizacji mysql, a zatem tamte rozwiązanie było dla mnie nieskuteczne.