diff --git a/src/Install/Console/InstallCommand.php b/src/Install/Console/InstallCommand.php index cbe22854ec..37cd346554 100644 --- a/src/Install/Console/InstallCommand.php +++ b/src/Install/Console/InstallCommand.php @@ -239,6 +239,8 @@ protected function storeConfiguration(bool $debugMode) $factory = new ConnectionFactory($this->application); + $laravelDbConfig['engine'] = 'InnoDB'; + $this->db = $factory->make($laravelDbConfig); $version = $this->db->getPdo()->getAttribute(PDO::ATTR_SERVER_VERSION);