Changes

From SME Server
Jump to navigationJump to search
93 bytes added ,  17:02, 6 September 2007
Line 68: Line 68:  
  /etc/rc.d/init.d/httpd-e-smith restart
 
  /etc/rc.d/init.d/httpd-e-smith restart
   −
Change into the cerberus directory and edit the file config.php, Set the values for your database connection on the following lines:
+
Change into the cerberus directory and edit the file config.php, Set the values for your database configuration on the following lines with the database, user name & password that was used when creating the database steps above:
    
  cd /opt/cerberus
 
  cd /opt/cerberus
 +
 
example of config.php
 
example of config.php
 
  <?php
 
  <?php
Line 80: Line 81:  
  define("DB_NAME",'cerberusdb');
 
  define("DB_NAME",'cerberusdb');
 
  define("DB_USER",'cerberus');
 
  define("DB_USER",'cerberus');
  define("DB_PASS",'cerberuspassword');
+
  define("DB_PASS",'yourpassword');
 
   
 
   
 
   
 
   
276

edits

Navigation menu