I'm having trouble picking up from where I left off in my intro to SQL textbook which has not been opened in about 6 months. I'm receiving the message "The Mysql Server Instance has stopped" above when I try to run mysql server (system preferences/MySQL). Here is some info:
Using Max Osx 10.6 Have XAMPP up and running for separate projects (Not sure if thats relevant). I receive the following error when using the terminal:
/usr/local/mysql/bin/mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I thought I'd find a solution here: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
But I cannot follow the question. For example, the accepted answer - I don't know if I'm connecting to local host or how to "try using "127.0.0.1" if the socket connector is not enabled/working".
I suspect that this question will lack sufficient detail for most. I'm sorry. I'm not sure why this is happening or what other info to include. I lack the knowledge which is why I'm trying to learn SQL. If there is more info that would help anyone understand whats wrong let me know.