Skip to content
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 table_name as name, (dat... #2333

Open
jobara opened this issue Oct 23, 2024 · 0 comments
Milestone

Comments

@jobara
Copy link
Collaborator

jobara commented Oct 23, 2024

Illuminate\Database\QueryException

SQLSTATE[HY000] [2002] Connection refused (Connection: mysql, SQL: select table_name as name, (data_length + index_length) as size, table_comment as comment, engine as engine, table_collation as collation from information_schema.tables where table_schema = 'accessibility' and table_type = 'BASE TABLE' order by table_name)

🎯 Illuminate\Database\Connection::runQueryCallback
🗂 /vendor/laravel/framework/src/Illuminate/Database/Connection.php:822

820   }
821   
822*  throw new QueryException(
823       $this->getName(), $query, $this->prepareBindings($bindings), $e
824   );

Open in Flare

@jobara jobara added this to the 1.5.0 milestone Oct 23, 2024
@jobara jobara modified the milestones: 1.5.0, 1.6.0, 1.7.0 Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant