mysql version 8.0.11 and Symfony 4 error “MySQL server has gone away”
Clash Royale CLAN TAG #URR8PPP mysql version 8.0.11 and Symfony 4 error “MySQL server has gone away” I' m using Symfony 4 and Mysql version is 8.0.11 and using a user instead of a root login and when i try to use the command php bin/console make:migration i get this error: php bin/console make:migration In AbstractMySQLDriver.php line 126: An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away In PDOConnection.php line 50: SQLSTATE[HY000] [2006] MySQL server has gone away In PDOConnection.php line 46: SQLSTATE[HY000] [2006] MySQL server has gone away In PDOConnection.php line 46: PDO::__construct(): Unexpected server respose while doing caching_sha2 auth: 109 Then i tried to search online and i found out th...