Installing MySQL 4.0 on Fedora 2 - Error

Hey all,

I am getting the following error while trying to install the rpm of mysql 4.0.22-0 .
Any ideas?

Thanks,

Chris

Code:
[root@deathangel downloads]# rpm -ivh MySQL-server-4.0.22-0.i386.rpm
warning: MySQL-server-4.0.22-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing...                ########################################### [100%]
   1:MySQL-server           ########################################### [100%]
Installing all prepared tables
041111 13:19:36 Warning: Asked for 196608 thread stack, but got 126976
041111 13:19:36 /usr/sbin/mysqld: Shutdown Complete


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 deathangel password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

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 https://order.mysql.com

 

 

 

 

Top