问题 I set up homestead 2.0 on OSX host and using Sequel Pro. I can do migration and confirm that data are migrated in Sequel Pro, so it looks like no problem about DB connection. But once I try to fetch data from Laravel 4.2 app, it fails to retrieve data and get following error. PDOException (2002) SQLSTATE[HY000] [2002] Connection refused Here is my mysql configuration. 'mysql' => array( 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '33060', 'database' => 'homestead', 'username' =>