I got an interesting error when I tried to make an extra DB export:
Warning in ./libraries/classes/Dbal/DbiMysqli.php#244
mysqli::query(): MySQL server has gone away
Backtrace
DbiMysqli.php#244: mysqli->query(
string 'SHOW TABLES FROM <code>p490226_nl12h</code>;',
integer 0,
)
DatabaseInterface.php#213: PhpMyAdmin\Dbal\DbiMysqli->realQuery(
string 'SHOW TABLES FROM <code>p490226_nl12h</code>;',
,
integer 1,
)
DatabaseInterface.php#1393: PhpMyAdmin\DatabaseInterface->tryQuery(
string 'SHOW TABLES FROM <code>p490226_nl12h</code>;',
integer 257,
integer 1,
boolean false,
)
DatabaseInterface.php#288: PhpMyAdmin\DatabaseInterface->fetchResult(
string 'SHOW TABLES FROM <code>p490226_nl12h</code>;',
NULL,
integer 0,
integer 257,
integer 1,
)
Relation.php#2086: PhpMyAdmin\DatabaseInterface->getTables(
string 'p490226_nl12h',
integer 257,
)
DatabaseInterface.php#1166: PhpMyAdmin\Relation->fixPmaTables(
string 'p490226_nl12h',
boolean false,
)
TwoFactor.php#53: PhpMyAdmin\DatabaseInterface->initRelationParamsCache()
AuthenticationPlugin.php#347: PhpMyAdmin\TwoFactor->__construct(string 'p490226_nl21h')
common.inc.php#261: PhpMyAdmin\Plugins\AuthenticationPlugin->checkTwoFactor()
index.php#15: require_once(./libraries/common.inc.php)