List:MySQL and Perl« Previous MessageNext Message »
From:Kevin M. Shortt Date:June 11 2004 4:21pm
Subject:Re: (Using password: NO) while installing DBD::mysql, Fullversion,
ignore previous message
View as plain text  

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 messageBen Burford11 Jun
  • Re: (Using password: NO) while installing DBD::mysql, Fullversion, ignore previous messageJochen Wiedmann11 Jun
    • Re: (Using password: NO) while installing DBD::mysql,Fullversion, ignore previous messageBen Burford11 Jun
      • Re: (Using password: NO) while installing DBD::mysql, Fullversion,ignore previous messageJochen Wiedmann11 Jun
      • Re: (Using password: NO) while installing DBD::mysql, Fullversion,ignore previous messageKevin M. Shortt11 Jun