MySQL Widget 

Extension key

mysql_widget

Package name

stefanfroemken/mysql-widget

Version

main

Language

en

Author

Stefan Froemken

License

This document is published under the Creative Commons BY 4.0 license.

Rendered

Wed, 04 Feb 2026 07:20:15 +0000


mysql_widget delivers two widgets for EXT:dashboard which is available since TYPO3 10. Currently it supports a pie graph for InnoDB usage and another widget to show some InnoDB status analysis.


Table of Contents:

Introduction 

What does it do? 

This extension adds two widgets for TYPO3 dashboard to display data about used MySQL InnoDB data.

Screenshots 

MySQL InnoDB Buffer Pool Widget
MySQL InnoDB Status Widget

Installation 

Composer 

If your TYPO3 installation works in composer mode, please execute following command:

composer req stefanfroemken/mysql-widget
vendor/bin/typo3 extension:setup --extension=mysql_widget
Copied!

If you work with DDEV please execute this command:

ddev composer req stefanfroemken/mysql-widget
ddev exec vendor/bin/typo3 extension:setup --extension=mysql_widget
Copied!

ExtensionManager 

On non composer based TYPO3 installations you can install mysql_widget still over the ExtensionManager:

  1. Login

    Login to backend of your TYPO3 installation as an administrator or system maintainer.

  2. Open ExtensionManager

    Click on Extensions from the left menu to open the ExtensionManager.

  3. Update Extensions

    Choose Get Extensions from the upper selectbox and click on the Update now button at the upper right.

  4. Install mysql_widget

    Use the search field to find mysql_widget. Choose the mysql_widget line from the search result and click on the cloud icon to install mysql_widget.

Known Problems 

Support servers other than MySQL 

Currently mysql_widget will only support MySQL und MariaDB servers.

ChangeLog 

Version 2.0.1

  • Remove trgLng from en only translation file

Version 2.0.0

  • Add TYPO3 14 compatibility
  • Remove TYPO3 12 and 13 compatibility

Version 1.0.1

  • Add new extension icon
  • Add badges to README.md

Version 1.0.0

  • Add TYPO3 13 compatibility
  • Add TYPO3 12 compatibility
  • Remove TYPO3 11 compatibility
  • Remove TYPO3 10 compatibility

Version 0.2.1

  • Add .github directory to .gitattributes
  • Remove version from composer.json
  • Update TYPO3 dependencies

Version 0.2.0

  • Add TYPO3 11 compatibility
  • Remove PHP 7.2 and 7.3 compatibility
  • Add PHP 8.0 and 8.1 compatibility

Version 0.1.0

  • Initial upload

Sitemap