Итак, я загружаю MySQL для DVWA (https://medium.com/@sinxloud/setup-install-dvwa-into-your-linux-distribution-d76dc3b80357) и получаю:
root@kali:~# *sudo apt install mysql-server*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'mysql-server' has no installation candidate
root@kali:~# *mysql -u root -p*
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")
root@kali:~#
Кто-нибудь знает, как это исправить?