Installation¶
Extension Manager¶
Install mysqlreport
in TYPO3 legacy installations with the help of
Extension Manager:
TYPO3 BE Login
Login into TYPO3 backend as an administrator or system maintainer.
Visit Extension Manager
Click Extension Manager from the left side menu.
Get Extension
Choose Get Extensions from the upper selectbox.
Search
Use the search mask to search for
mysqlreport
.Install
Find
mysqlreport
in the list and install the extension with the icon on the left.Wait
The installation will be confirmed with a blue notification on the upper right.
Composer¶
Install mysqlreport
in TYPO3 Composer-based installations on the shell:
Shell Login
Login into shell of your TYPO3 installation.
Change Directory
Move into the root directory of your TYPO3 installation
Install
composer req stefanfroemken/mysqlreport
Add
mysqlreport
profile tablevendor/bin/typo3 extension:setup -e mysqlreport
typo3/sysext/core/bin/typo3 extension:setup -e mysqlreport
Next step¶
Configure mysqlreport
in Extension Settings.