Local MySQL connection refused

Posted . Visible to the public.
mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Can be resolved with:

mysql -u root -h 127.0.0.1
Welcome to the MySQL monitor.  Commands end with ; or \g.
Judith Roth
Posted by Judith Roth to Judith's Dev Notes (2024-04-05 14:14)