Hi, I'm getting the following error when trying to connect to MySQL in the command line.
mysql -u root -p
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I've tried both MySQL 5.7 and 8.
The socket path in my.cnf is set to:
/Users/USERNAME/.indigo/stacks/A57578/mysql_B9E6/run/mysqld.sock
Thanks