Question
Trouble with MySQL on Lumen php
Then I try to migrate artisan, I have a message MySQL server has gone away and “in connector.php in line 68” it’s lumen db file.
Line: “return new PDO($dsn, $username, $password, $options);”
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×