[clug] MySQL Connect Error - Installing and Configuring DotProject
Ian McLeod
ianmcleod75 at gmail.com
Sat Aug 29 02:07:06 MDT 2009
Anthony David wrote:
>
> Hi Ian
>
> What happens when to try the following command from the shell and use
> the appropriate password?
>
>
> $ mysql -u dotproject -p
>
>
> Anthony
>
So dotproject account is still a blank password
dotproject config file is as follows:
<?php
if (!defined('DP_BASE_DIR')) {
die('You should not access this file directly.');
}
### Copyright (c) 2004, The dotProject Development Team dotproject.net
and sf.net/projects/dotproject ###
### All rights reserved. Released under GPL License. For further
Information see LICENSE ###
### CONFIGURATION FILE AUTOMATICALLY GENERATED BY THE DOTPROJECT
INSTALLER ###
### FOR INFORMATION ON MANUAL CONFIGURATION AND FOR DOCUMENTATION SEE
./includes/config-dist.php ###
$dPconfig['dbtype'] = 'mysql';
$dPconfig['dbhost'] = 'localhost';
$dPconfig['dbname'] = 'dotproject';
$dPconfig['dbuser'] = 'dotproject';
$dPconfig['dbpass'] = 'dotproject';
$dPconfig['dbpersist'] = false;
$dPconfig['root_dir'] = $baseDir;
$dPconfig['base_url'] = $baseUrl;
?>
More information about the linux
mailing list