>
> Hey Adeel, same happens to me, I've tried many many deploys changing many
> many things but I can't get this running.
>
Have you tried to add the *unix_socket* field in the mysql array in
config/database.php? Like this:
'mysql' => [
...
'password' => env('DB_PASSWORD'),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8mb4',
...
]
Maybe this works for you.
My files looks exactly the same. I've been stuck into this almost a week
too. If you finally solve it, please post it here. Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/a1ae181f-a261-495d-b8dd-15eaeec5c892%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.