Redhat linux Mysql 安装

[ldd@localhost mysql5.0.90]$ su root

Password: 

[root@localhost mysql5.0.90]# rpm -ivh ./*.rpm

warning: ./MySQL-client-community-5.0.90-0.rhel5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 5072e1f5

Preparing...                ########################################### [100%]

   1:MySQL-client-community ########################################### [ 14%]

   2:MySQL-clusterextra-comm########################################### [ 29%]

   3:MySQL-clustermanagement########################################### [ 43%]

   4:MySQL-devel-community  ########################################### [ 57%]

   5:MySQL-server-community ########################################### [ 71%]

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 localhost.localdomain password 'new-password'

Alternatively you can run:

/usr/bin/mysql_secure_installation

which will also give you the option of removing the test

databases and anonymous user created by default.  This is

strongly recommended for production servers.

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  ]

Giving mysqld 2 seconds to start

   6:MySQL-shared-community ########################################### [ 86%]

   7:MySQL-test-community   ########################################### [100%]

[root@localhost mysql5.0.90]# 

猜你喜欢

转载自chenwes.iteye.com/blog/1628332