locate mysqld.sock diye arattıgımda hiç bir sonuç cıkmadı.
apt-get install mysql
dedigimde aşagıdaki hatayı alıyorum
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
locate db sini güncellemek için önce
updatedb
sonra locate mysqld.sock dierek aratın.
yada daha basit ve acemice olan
apt-get remove mysql-server
ardından -> rm /etc/my.cnf
sonrasında
apt-get install mysql-server
dierekde yeniden kurabilirsiniz.