Lurulude Arkku.net henkilökunta
Liittynyt: 01 Syy 2005 Viestejä: 213 Paikkakunta: Lohja
|
Lähetetty: 15.4.2006 11:27 Viestin aihe: |
|
|
tee config.php käsin, tässä malliesimerkki:
Koodi: |
<?php
//config.php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '<tietokannan tunnus tähän>';
$dbuser = '<tietokannan tunnus tähän>';
$dbpasswd = '<tietokannan salasana tähän>';
$table_prefix = '<phpbb:n taulujen etuliite, vakiona "phpbb_">';
define('PHPBB_INSTALLED', true);
?> |
_________________ Arkku.net Staff |
|