cloud9でmysqlを使用したところ以下のエラーが出た。
Mysql2::Error::ConnectionError: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
下記コマンドを実行したところ解決した。
$ sudo /etc/init.d/mysqld start
ちなみに止めるコマンドは
$ sudo /etc/init.d/mysqld stop
参考URL
https://qiita.com/kanohisa/items/564035efd74d9c75bdcb
https://style.potepan.com/articles/18698.html