Answer the question
In order to leave comments, you need to log in
How to solve ODB laravel error?
Actually the error itself:
PDOException in Connector.php line 50:
SQLSTATE[HY000] [2005] Unknown MySQL server host 'localhost:3306' (2)
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'database' => env('DB_DATABASE', 'database'),
'username' => env('DB_USERNAME', 'root'),
'password' => env('DB_PASSWORD', 'root'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question