Known Problems¶
AdminPanel¶
If you have installed the TYPO3 AdminPanel mysqlreport
can still be used, but
collecting DB queries and profiling information will not work anymore, as
AdminPanel registers its own SqlLogger and overwrites the SqlLogger
of mysqlreport
. Please deinstall AdminPanel, if you want or need full feature
set of mysqlreport
.
TYPO3 compatibility¶
I have tried to add as many try-catch blocks as possible to nearly every method
which was marked with @throws. This should prevent throwing exceptions or
break TYPO3 while using mysqlreport
. This extension is ready for LIVE
systems. If there is still a problem, please create an issue at
MySQL Report at GitHub
Support of further Database Systems¶
Currently, mysqlreport
just supports MySQL and MariaDB with driver
mysqli
and pdo_mysql
only.
Support of further Connections¶
Currently, mysqlreport
just supports the DEFAULT Database Connection of
TYPO3 only.
SQL Logger¶
mysqlreport
comes with its own SQL Logger. If you have implemented your own
SQL Logger mysqlreport
will overwrite SQL Logger with its own version.
Missing Queries in profiling¶
mysqlreport
is not a TYPO3 system extension. That's why mysqlreport
has to
wait until the first official hook or event to inject its own SQL Logger into
the TYPO3 system. All queries before that event can therefore not be logged.