First reinstalled and used miniconda instead. That took care of the mysql connection issues in the terminal.
Still received mysql connection issues in jupyter notebooks, though. Checked my mysql configs and found that jupyter was looking in the wrong location for mysql.sock.
I symlinked /tmp/mysql.sock to the correct location and that seems to have fixed things.
Took another look at Anaconda full install which is on my laptop. Anaconda full install appears to install mysql as well in anaconda3/bin/mysql. That probably had something to do with why my system mysql initially had connection issues, maybe Anaconda & Jupyter were looking at the “wrong” mysql.
Not digging further at this point, maybe sometime in the future if I need to.
Just wanted to update this thread with some possible solutions for anyone else in the future who may run into the same issues.