DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuring Database AccessΒΆ

Edit file typo3conf/localconf.php again and add these lines:

$typo_db_username = 'username';
$typo_db_password = 'password';
$typo_db_host = 'localhost';
$typo_db = 'database';

Then use the install tool to create tables and configure TYPO3 as usual.