¿Qué hay Cain?
Si ya creaste las tablas MySQL, crea un archivo config.php con los siguientes datos y estructura:
Cita: <?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'tu_database';
$dbuser = 'Cain';
$dbpasswd = 'Tu_password';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
Cambia los datos obviamente adaptandolos a tu server. Luego subes el archivo a la raiz de tu web y te cargas (o renombras si no quieres borrarlas) las carpetas install y contrib.
Ya nos contarás
Saludos