Silly Question - Maybe

"Paul Carruthers" <[email protected]> Wed, 20 Aug 2003 16:31:52 +0100
Newsgroups gmane.comp.horde.nag
Message-ID <0b2a01c36730$2e07a550$3101a8c0@Avellino>
Please bear with me, this is my first post to this list and I am new to the
horde system.  I have installed NAG 1.1, its in the default path ( ie
horde/nag ).  I am running horde 2.2

I have a working installation of IMP and other PHP apps.  Currently
everything is backending onto a mysql database that is being run from a
remote machine.  My nag/config/conf.php includes :

$conf['storage']['driver'] = 'sql';
$conf['storage']['params'] = array();
$conf['storage']['params']['phptype'] = 'mysql';
$conf['storage']['params']['hostspec'] = 'mysqlbox';
$conf['storage']['params']['username'] = 'horde';
$conf['storage']['params']['password'] = 'chocolate';
$conf['storage']['params']['database'] = 'horde';
$conf['storage']['params']['table'] = 'nag_tasks';

The username,hostname,password and database are all correct - IMP uses the
same.  However I get :

access denied for user: '[email protected]' (Using password: YES)] **
Array [on line 88 of "/usr/local/httpd/htdocs/horde/nag/lib/Driver/sql.php"]

written to my horde log.  I have a table called "nag_tasks" present in the
"horde" database and I can see the various columns have all been created by
the example sql script provided with the tar file.

If it wasn't for the fact that IMP is working a treat I would suspect that
we have some problems getting the local mysql client to talk to the remote
server ( mysqlbox ).... - obviously imp is talking to different tables...

Any ideas... ?

Paul


-- 
Nag mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]