Connection refused Lockable

Asked

Viewed 448 times

0

When I send my form, after processing the data in the save method of the Laravel the following error happens:

QueryException in Connection.php line 769:
SQLSTATE[HY000] [2002] Connection refused (SQL: insert into `users` () values ())

What is the solution to this? Thank you.

  • 3

    http://answall.com/questions/laravel-erro-conex%C3%a3o-with-database

  • Is using linux?

  • I am, and Docker tbm

  • 1

    You have privileges with this Insert user ?

  • It’s a new application, didn’t I set privileges for that? I’m starting with Laravel, this is a problem I came across in the first attempt to insert a die into the bank

  • How you are passing the data to the Eloquent object, and how Oce is sending the save?

  • So, I use the Insert

  • But my problem was setting up apache by Docker

  • but I gave it up, installed the shampoo and now I’m using it normally. However, I would love to know step by step how to build a Docker environment where a Lockable application is very welcome

Show 4 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.