Changes

From SME Server
Jump to navigationJump to search
233 bytes added ,  15:05, 17 January 2008
m
Line 31: Line 31:  
Copy the string, it should be similar to this: 2zvEiYibIewQOsQ07KAtObnh5FcOhUhaq+dtSAdXBjuOBsbSoPt5Bty8PEPfjhfHmL0wejMAmUMO
 
Copy the string, it should be similar to this: 2zvEiYibIewQOsQ07KAtObnh5FcOhUhaq+dtSAdXBjuOBsbSoPt5Bty8PEPfjhfHmL0wejMAmUMO
   −
and add the password to the config file
+
and add the password and edit these line in the config file
 
  nano -w /opt/scuttle/config.inc.php
 
  nano -w /opt/scuttle/config.inc.php
 +
$dbtype = 'mysql';            <----------
 +
$dbhost = 'localhost';        <----------
 +
$dbport = '3306';
 +
$dbuser = 'scuttle';          <----------
 +
$dbpass = 'your-new-password'; <----------
 +
$dbname = 'scuttle';
 +
 +
 
  $dbpass = 'paste copied password here';
 
  $dbpass = 'paste copied password here';
  

Navigation menu