Laravel Database Connection error

Hi , please help me, I have create a laravel 5 project and i tried to host this, but when i try to run the website, it shows an error that
SQLSTATE[HY000] [1045] ProxySQL Error: Access denied for user ‘root’@‘2a02:4780:bad:f00d::3’ (using password: YES)
But i have changed the database connections,
And it shows

(‘mysql:host=localhost;port=3307;dbname=ceylon’, ‘root’, ‘bewar’, array(‘0’, ‘2’, ‘0’, false, ‘0’)) in Connector.php line 47

but this connections are related to my development machine database connections ? How to over come this?

I don’t think it is supported, check the Laravel Support forums and feel free to report back.