Skip to content

SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: de... #1716

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

Closed
jobara opened this issue May 8, 2023 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented May 8, 2023

Illuminate\Database\QueryException

SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction (SQL: delete from sessions where last_activity <= 1683213172)

🎯 Illuminate\Database\Connection::runQueryCallback
📄 /app/vendor/laravel/framework/src/Illuminate/Database/Connection.php

758  // lot more helpful to the developer instead of just the database's errors.
759  catch (Exception $e) {
760*     throw new QueryException(
761          $query, $this->prepareBindings($bindings), $e
762      );

Open in Flare

@jobara jobara added bug Something isn't working help wanted Extra attention is needed labels May 8, 2023
@jobara jobara added this to the 1.0.0-alpha.13 milestone May 8, 2023
@michelled michelled modified the milestones: 1.0.0-alpha.13, 1.0.0 May 17, 2023
@jobara
Copy link
Collaborator Author

jobara commented Jun 1, 2023

Duplicated by #1728

@jobara jobara closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2023
@flare-error-tracker
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants