[root@testls87 DOWNLOADS]# rpm -i MySQL-server-standard-4.1.22-0.rhel4.i386.rpm
warning: MySQL-server-standard-4.1.22-0.rhel4.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h testls87.icallinc.com password 'new-password'
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at
http://shop.mysql.com
Starting MySQL[ OK ]
[root@testls87 DOWNLOADS]# chkconfig mysqld on
error reading information on service mysqld: No such file or directory
[root@testls87 DOWNLOADS]# /etc/init.d/mysql start
Starting MySQL[ OK ]
[root@testls87 DOWNLOADS]# mysqladmin -u root password NEWPASSWORD
-bash: mysqladmin: command not found
[root@testls87 DOWNLOADS]# /usr/bin/mysqladmin -u root password 'new-password'
-bash: /usr/bin/mysqladmin: No such file or directory
help!!