
7.24
Modifying the Apache HTTP Server Configuration Files
3PAR System Reporter User’s Guide System Reporter 2.8
7 At the bottom of the file, alter the $dbuser = and $dbpasswd = fields as necessary.
# Select the type of database (sqlite or mysql):
$main::dbtype = 'mysql';
$main::dbhost = 'localhost';
# Enter database name
$main::dbname = 'inservstats';
# Enter database user name and password
$main::dbuser = 'webuser';
$main::dbpasswd = 'password';
Comentarios a estos manuales