Strange logging/MySQL issue
Peter Matulis
PMatulis@zaq.com
Thu, 25 Oct 2001 11:50:53 -0400
Hi,
When logging in with a test user via the IMP login screen the following is
appended to MySQL's general log:
8 Connect Access denied for user: 'hordemgr@localhost' (Using
password: YES)
6 Statistics
6 Init DB horde
But when logging in as hordemgr to the horde database via a console I get
the expected results:
9 Connect hordemgr@localhost on horde
9 Query show databases
9 Query show tables
9 Field List active_sessions
9 Field List imp_addr
9 Field List imp_pref
The odd thing is that I am logged in when I use the first method. I'm not
sure but do the single quotes play a role here (i.e. 'hordemgr@localhost'
versus hordemgr@localhost)?
Peter