25 Jun
2005
25 Jun
'05
12:36 a.m.
On Fri, 2005-06-24 at 14:04 -0700, Dylan Baxter wrote:
The password field in MySQL is called "passwd". Am I to understand that there is no way around this? I must rename the field to "password"?
Just use SELECT passwd AS password, .... WHERE ... as your SQL statement.
johannes