Changes

From SME Server
Jump to navigationJump to search
35 bytes removed ,  15:06, 17 January 2008
m
Line 33: Line 33:  
and add the password and edit these line in 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';        <----------
+
$dbtype = 'mysql';            <----------
$dbport = '3306';
+
$dbhost = 'localhost';        <----------
$dbuser = 'scuttle';          <----------
+
$dbport = '3306';
$dbpass = 'your-new-password'; <----------
+
$dbuser = 'scuttle';          <----------
$dbname = 'scuttle';
+
$dbpass = 'your-new-password'; <----------
 
+
$dbname = 'scuttle';
 
  −
$dbpass = 'paste copied password here';
      
Open http://yourserver/scuttle/ and register a user.
 
Open http://yourserver/scuttle/ and register a user.

Navigation menu