Can't connect to local MySQL server through socket
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock'
I installed MySQL on Mac OS X Mountain Lion with homebrew install mysql, but when I tried mysql -u root I got the following error: ERROR 2002 (HY000): Can't connect to local MySQL server through
stackoverflow.com
참고해서
mysql_secure_installation 입력후 재설정 하고
mysql.server start
mysql -uroot -p 진행하고 해결

show databases;
create database payhere;
후 세팅스에서 패스워드변경
migrate