Going round and round on this. Wasted almost 2 hours on this so far. 5.2 install, fairly fresh. Might have started as a repo install, but ran composer over it to make sure things were updated.
User name / password appear correct and I can hit the DB from the command line using same credentials. Using the database.php and have tried both "localhost" as well as "127.0.0.1". I clear both caches after any changes (php artisan cache:clear, config:cache).
I am using bootstrap/environment.php file to smartly load up a .dev.env file that has the base information, including the APP_KEY.
exact error:
at PDO->__construct('mysql:host=127.0.0.1;port=3306;dbname=system', '**', '', array('0', '2', '0', false, '0')) in Connector.php line 55
Funny part is that it was working at some point because I had another install that had a migration from the "task" exercise. So there is something somewhere that is causing a problem. I am considering just blowing this out of the water since there is no real work done in it yet. Proof Of concept on how I can integrate Laravel with the Legacy code base.