diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index cbe22854e..37cd34655 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -239,6 +239,8 @@ class InstallCommand extends AbstractCommand $factory = new ConnectionFactory($this->application); + $laravelDbConfig['engine'] = 'InnoDB'; + $this->db = $factory->make($laravelDbConfig); $version = $this->db->getPdo()->getAttribute(PDO::ATTR_SERVER_VERSION);