-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select name
, payload
from `se...
#2106
Comments
@JureUrsic can you help me resolve the following error so we can have MySQL slow logging on the container?
|
See @marvinroman's comment #2131 (comment) |
As @marvinroman mentioned this occurs during a database reset. In particular we are seeing this on the dev site during the nightly refresh when the site is being hit by the health check. It's probably because the 503 error page returned when the site is in maintenance mode includes the footer. The footer populates contact information from the settings which are stored in the database. Of course during a database reset this table is dropped and recreated, hence the error. A few possible solutions to try:
|
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select
name
,payload
fromsettings
wheregroup
= general)🎯 Illuminate\Database\Connection::runQueryCallback
📄 /vendor/laravel/framework/src/Illuminate/Database/Connection.php
Open in Flare
The text was updated successfully, but these errors were encountered: