+Note: If you use any other webserver than Apache, make sure you add the necessary configuration normally
+provided in the various `.htaccess` files inside the TYPO3 core. This configuration is security relevant,
+therefore only experienced server administrators should create such configuration.
+
+### MySQL environment
+
+TYPO3 works with MySQL in the above mentioned versions. It will also work on
+compatible "drop-in" replacements like MariaDB or Percona.
+
+### MySQL required privileges
+
+The MySQL user needs a least the following privileges on the TYPO3 database:
+
+* SELECT, INSERT, UPDATE, DELETE
+* CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES
+
+It is recommended to also grant the following privileges:
+
+* CREATE VIEW, SHOW VIEW
+* EXECUTE, CREATE ROUTINE, ALTER ROUTINE
+