Unable to connect to the database.
Main connection [MySQLi]: MySQL server has gone away search →
SYSTEMPATH/Database/BaseConnection.php at line 465
458 break;
459 }
460 }
461 }
462
463 // We still don't have a connection?
464 if (! $this->connID) {
465 throw new DatabaseException(sprintf(
466 'Unable to connect to the database.%s%s',
467 PHP_EOL,
468 implode(PHP_EOL, $connectionErrors),
469 ));
470 }
471 }
472