[...]
Well, I *know* it's connecting to MySQL, the data is in the MySQL query log. What I do *not* know is what happens afterwards, what it does with the information returned from MySQL and why it denies the login...
Well the program should record ALL input/output to and from the process, so you should see any errors returned form MySQL in your logs. The pertinent word is should ;)
There was also just a post from Roland who mentioend also how to use strace - this is more likely on your system already, so try it out. Basically the same idea.
/jesse
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
