원인의 가능성
1. The MySQL server is not running
2. that is not the location of its socket file (check my.cnf).
나의 문제는 1번이었다.
EC2에서 `sudo serivce mysqld start` 를 입력해서 해결했다.