At 11:54 AM -0600 8/28/01, root wrote:
> >Description:
>I downloaded, via ftp, and installed MySQL-3.23.41-1.i386.rpm.
That's the RPM that contains the server. mysqladmin is a client.
Install the client RPM.
>The user instructions at the end of the rpm -i ./*.rpm command
>proscripbed the use
>Description:
I downloaded, via ftp, and installed MySQL-3.23.41-1.i386.rpm.
The user instructions at the end of the rpm -i ./*.rpm command
proscripbed the use of /usr/bin/mysqladmin -u root -p password 'new-password'
and /usr/bin/mysqladmin -u root -h 'my-dns-name' -p password 'new-password'.
Unf