Changes

Jump to navigation Jump to search
10 bytes added ,  09:57, 13 March 2010
m
Line 31: Line 31:  
==== Edit config file ====
 
==== Edit config file ====
   −
# cp config-dist.php config.php
+
# cp config-dist.php config.php
 
+
$cfg->dbtype  = 'mysql5;   
+
$cfg->dbtype  = 'mysql5;   
$cfg->dbhost  = 'localhost';   
+
$cfg->dbhost  = 'localhost';   
$cfg->dbport  = null;   
+
$cfg->dbport  = null;   
$cfg->dbname  = 'mahara';   
+
$cfg->dbname  = 'mahara';   
$cfg->dbuser  = 'mahara';   
+
$cfg->dbuser  = 'mahara';   
$cfg->dbpass  = 'jdnv77fd';   
+
$cfg->dbpass  = 'jdnv77fd';  
 
+
   
$cfg->wwwroot = 'http://232.net/mahara/';   
+
$cfg->wwwroot = 'http://232.net/mahara/';   
$cfg->httpswwwroot = 'https://232.net/mahara/';   
+
$cfg->httpswwwroot = 'https://232.net/mahara/';   
$cfg->dataroot = '/home/e-smith/files/ibays/mahara/files';
+
$cfg->dataroot = '/home/e-smith/files/ibays/mahara/files';
 
      
==== php warning ====
 
==== php warning ====

Navigation menu