On 13/10/2010, at 07:10, Jim Isaacs wrote:

> MySQL authentication was broken like this:
> SELECT password FROM users WHERE username = '${user}'
> 
> But finally when I tried this:
> SELECT `password` FROM `users` WHERE `username` = '${user}'
> 
> It worked.

Didn't MySQL log error messages for the first query?

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to