Linux系统安装MySql5.1

下载 [url=http://mirror.services.wisc.edu/mysql/Downloads/MySQL-5.1/MySQL-server-community-5.1.51-1.rhel5.i386.rpm]MySQL-server-community-5.1.51-1.rhel5.i386[/url] [url=http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/MySQL-client-community-5.1.51-1.rhel5.i386.rpm]MySQL-client-community-5.1.51-1.rhel5.i386[/url]

安装Mysql

# rpm -ivh MySQL-server-community-5.1.51-1.rhel5.i386.rpm MySQL-client-community-5.1.51-1.rhel5.i386.rpm
Preparing... ########################################### [100%]
1:MySQL-client-community ########################################### [ 50%]
2:MySQL-server-community ########################################### [100%]

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

Starting MySQL.
Giving mysqld 2 seconds to start

到这里已经安装好了,输入mysql测试一下正常了

mysql默认安装没有密码了
设置root密码

#cd /usr/bin
#./mysqladmin -u root password 123456

这次测试,输入mysql 将会被拒绝,要输入mysql -uroot -p 回车输入密码即可成功登录了。

再把mysql做到服务中随服务器启动
先查看mysql是否在服务列表中#chkconfig --list
如果没有则要先加入list #chkconfig --add mysql
自启动 #chkconfig mysql on
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值