Database Management

TYPO3 back-end interface (BE) provides several ways to manage the database. The main way is PHPMyAdmin integrated extension. It is a very popular interface to work with MySQL databases. Integrated into TYPO3 back-end it allows administrator to do all possible operations with the database.
If you do not know SQL query language you could use the database wizard module. There you can build a query simply by selecting all mandatory options (e.g. fields and table names, number of records in result list, order) from drop-down lists. This module works only in view mode, so you could give access to your editors for them to work efficiently with data without the risk of  ruin something!

 

More about Database Management