Actions
Bug #81726
closedInstall tool fatals on invalid table name
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-06-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
If the list of tables returned by mysql contains an invalid table name, the mysqli driver in the core throws an exception, breaking the install tool initial wizard in the database selection step.
The core should catch the exception and convert if to an error message and also simply skip invalid tables names.
To reproduce the error, create a directory .config
in the mysql data dir and restart mysql. it should show an invalid table name like #mysql50#.config
in the list of tables.
Actions