in reply to How to call MySQL's PASSWORD() from Class::DBI?
Side note. If you are changing a MySQL database password, then be aware that MySQL has the much simpler syntax SET PASSWORD=PASSWORD('mypassword'), which allows non-anonymous users to change their password.
What you are doing with the "user" table looks suspiciously complex, unnecessary, and possibly insecure. Look at the manual.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to call MySQL's PASSWORD() from Class::DBI?
by monsieur_champs (Curate) on Dec 24, 2003 at 13:29 UTC |