Ben burada acemiyim, lütfen yanımda ol.
Ubuntu 14.04 kullanıyorum.
Aşağıdaki komutla mysql girmeyi denedim:
mysql -u root -p
ve aşağıdaki mesajı aldım:
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
Sonra yazdım:
sudo apt-get install mysql-client-core-5.6
Bu kurulduktan sonra kullanarak tekrar mysql'e bağlanmayı denedim:
mysql -u root -p
Daha sonra hata mesajını aldım:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Çevrimiçi arama yaptıktan sonra, mysql sunucusunu kurmam gerektiğini öğrendim ve bu yüzden aşağıdaki komutu yazdım
sudo apt-get install mysql-server
Daha sonra mesajı aldım:
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.
Son bir saattir bir çözüm arayışı içindeyim ancak benzer bir hata yapmış ancak mysql'i yükseltmiş olan diğer insanlar benim için etkisizdiler.