On Fri, 11 Jun 2004, Ben Burford wrote:
> Can you tell me what "(Using password: NO)" means - does it mean that a pass
> word was not specified? Does "(Using password: YES)" mean that a password w
> as specified? Other???
it means it attempted to login without using a password (..word: NO) and
the mysql server did not allow it. you can recreate it from the command
line like such.
$ mysql -u root
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
HTH
-k
| Thread |
|---|
| • (Using password: NO) while installing DBD::mysql, Fullversion, ignore previous message | Ben Burford | 11 Jun |
| • Re: (Using password: NO) while installing DBD::mysql, Fullversion, ignore previous message | Jochen Wiedmann | 11 Jun |
| • Re: (Using password: NO) while installing DBD::mysql,Fullversion, ignore previous message | Ben Burford | 11 Jun |
| • Re: (Using password: NO) while installing DBD::mysql, Fullversion,ignore previous message | Jochen Wiedmann | 11 Jun |
| • Re: (Using password: NO) while installing DBD::mysql, Fullversion,ignore previous message | Kevin M. Shortt | 11 Jun |