You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing a fairly large SQL file (a MySQL dump) fails with a MySQL has gone away error.
When reading the ImportCommand code, I see that this issue is already "fixed" by checking if the connection is an instance of \Doctrine\DBAL\Driver\PDOConnection.
The problem is that I don't see how the connection could be an instance of this class since it doesn't extend \Doctrine\DBAL\Connection.
If I'm wrong, then I don't know how to configure my connection to extend the PDOConnection class. Thanks for your help on that :D
The text was updated successfully, but these errors were encountered:
Jira issue originally created by user sylvain:
Importing a fairly large SQL file (a MySQL dump) fails with a MySQL has gone away error.
When reading the ImportCommand code, I see that this issue is already "fixed" by checking if the connection is an instance of
\Doctrine\DBAL\Driver\PDOConnection
.The problem is that I don't see how the connection could be an instance of this class since it doesn't extend
\Doctrine\DBAL\Connection
.If I'm wrong, then I don't know how to configure my connection to extend the PDOConnection class. Thanks for your help on that :D
The text was updated successfully, but these errors were encountered: