Webui username or password mismatch, no builds appearing
Chris Rees
utisoft at gmail.com
Sat Jul 3 07:04:57 EDT 2010
On 2 July 2010 21:14, Philip M. Gollucci <pgollucci at p6m7g8.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 06/28/10 09:13, Chris Rees wrote:
>> [chris at amnesiac]/<1>local/tinderbox/scripts/webui%
> Does your host really not have a name ?
Yes, and it is amnesiac... I liked it when I set the server up and
forgot to change it.
> Did you get the localhost grants right for !root db user.
Yes.
> What you describe is a db auth/connection faiure.
>
> Compare inc_ds.php to ds.php
[chris at amnesiac]/usr/local/tinderbox/scripts% sudo cat ds.ph
$DB_DRIVER = 'mysql';
$DB_HOST = 'localhost';
$DB_NAME = 'tinderbox';
$DB_USER = 'tc';
$DB_PASS = *password*;
$DBI_TYPE = 'database';
1;
[chris at amnesiac]/usr/local/tinderbox/scripts% sudo cat webui/inc_ds.php
<?php
$DB_DRIVER = 'mysql';
#$DB_DRIVER = 'pgsql';
$DB_HOST = 'localhost';
$DB_NAME = 'tinderbox';
$DB_USER = 'tc';
$DB_PASS = *password*;
?>
[chris at amnesiac]/usr/local/tinderbox/scripts%
The php scripts connect to the db fine, looking at the mysql log file.
Is there anything really obvious I've missed here?
Chris
More information about the tinderbox-list
mailing list