ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Por si alguien le presenta el mismo error después de hacer update & upgrade al momento de ejecutar MySql. Lo resolví reiniciando el servidor en background.
sudo apt-get update
sudo apt-get upgrade
sudo service mysql restart&
Ya despues basta con ejecutar MySQL para utilizarlo
danvm@LAPTOP-5BB8SJUK:~$ sudo mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 10
Server version: 8.0.22-0ubuntu0.20.04.3 (Ubuntu)
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?