I downloaded MySQL 3.23 for my Linux server and installed it using rpm -Uvh
*.rpm.

The installation went OK and at the end, I was given a "Don't set the root
password reminder".

Specifically, it tells you to set the password using two commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h mail.jmtg.com password 'new-password'

I tried to follow directions, but there is no mysqladmin utility in
/usr/bin.  There are plenty 
of mysql files in the directory, but no mysqladmin utility itself.

What did I do wrong? How do I fix it?

Thanks!

Ken Morley

---------------------------------------------------------------------
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