[EMAIL PROTECTED] writes:
> >Description:
>       Installed:
>         * MySQL-3.23.27-1.i386.rpm        MySQL-shared-3.23.27-1.i386.rpm
>         * MySQL-client-3.23.27-1.i386.rpm MySQL-devel-3.23.27-1.i386.rpm
> 
>       #1)
>         Had to use "--nodeps" so the server and client portions would pass
>       the "/usr/bin/perl5" dependency check.  I tried doing
> 
>           # cd /usr/bin; ln perl perl5
> 
>       It would be nice if the dependency could be met by looking for any
>         /usr/bin/perl5*.  (E.g.  my system has '/usr/bin/perl5.00503').

Yes this would be nice. But this is a deficiency in the RPM system. :(
This dependency has been corrected to /usr/bin/perl in the new 3.23.31
RPMs.


>       #2)
>       The installation script said to change the database password via:
> 
>           # /usr/bin/mysqladmin -u root -p password 'new-password'
>           # /usr/bin/mysqladmin -u root -h pipek.truedisk.com -p password 
>'new-password'
> 
>       It doesn't work!

What do you mean, "It doesn't work"? What does it do?



>
>   <cut>
>
>       4. Try changing the password ...
> 
>          # /usr/bin/mysqladmin -u root -p password newpass  
>          Enter password:   
>          /usr/bin/mysqladmin: connect to server at 'localhost' failed
>          error: 'Access denied for user: 'root@localhost' (Using password: YES)'
>          # /usr/bin/mysqladmin -u root -h pipek.truedisk.com -p password newpass
>          Enter password: 
>          /usr/bin/mysqladmin: connect to server at 'pipek.truedisk.com' failed
>          error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: 
>YES)'
>            --------
>            Note--typed "password" when prompted

There *may* (?) be some confusion here with the usage of the '-p'
option. If you did everything verbatim as you stated above, then you
the root password is currently (at your point of failure) set to
nothing. So when the "Enter password:" prompt comes, just hit enter.
After this, 'newpass' will take effect.


Regards,

    Matt

-- 
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Matt Wagner <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  River Falls, Wisconsin, USA
       <___/       Developer


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to