Installation 

Extension Manager 

Install mysqlreport in TYPO3 legacy installations with the help of the Extension Manager:

  1. TYPO3 backend login

    Log in to the TYPO3 backend as an administrator or system maintainer.

  2. Visit Extension Manager

    Click Extension Manager from the left side menu.

  3. Get Extension

    Choose Get Extensions from the upper select box.

  4. Search

    Use the search mask to search for mysqlreport.

  5. Install

    Find mysqlreport in the list and install the extension with the icon on the left.

  6. 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:

  1. Shell login

    Log in to the shell of your TYPO3 installation.

  2. Change directory

    Move into the root directory of your TYPO3 installation.

  3. Install

    composer require stefanfroemken/mysqlreport
    Copied!
  4. Add mysqlreport profile table

    vendor/bin/typo3 extension:setup -e mysqlreport
    Copied!
    typo3/sysext/core/bin/typo3 extension:setup -e mysqlreport
    Copied!

Next step 

Configure mysqlreport in Extension Settings.