CentOS6.5下通过yum仓库安装mysql
admin
2023-05-18 07:02:21
0

环境:Centos6.5

查看centos版本:

[root@localhost ~]# cat /etc/redhat-release 
CentOS release 6.5 (Final)

1.查看是否安装了mysql

[root@localhost ~]# rpm -qa | grep 'mysql'
[root@localhost ~]#

显示没有安装。

2.安装mysql客户端

[root@localhost ~]# yum -y install mysql
[root@localhost ~]#

3.安装mysql服务端

[root@localhost ~]# yum -y install mysql-server mysql-devel
[root@localhost ~]#

4.安装mysql客户端和服务端

[root@localhost ~]# yum -y install mysql mysql-server mysql-devel
[root@localhost ~]#

5.查询mysql是否已安装完成

以安装mysql客户端和服务端为例:

[root@localhost ~]# rpm -qa | grep 'mysql'
mysql-libs-5.1.73-8.el6_8.x86_64
mysql-devel-5.1.73-8.el6_8.x86_64
mysql-5.1.73-8.el6_8.x86_64
mysql-server-5.1.73-8.el6_8.x86_64
[root@localhost ~]#

6.启动mysql

[root@localhost ~]# service mysqld start
Starting mysqld:                                           [  OK  ]
[root@localhost ~]#

或使用下面命令:

[root@localhost ~]# /etc/init.d/mysqld start
Starting mysqld:                                           [  OK  ]
[root@localhost ~]#

7.查看mysql状态

[root@localhost ~]# service mysqld status
mysqld (pid  3043) is running...
[root@localhost ~]#

8.进入mysql

进入mysql---注:mysql安装后的root默认没有密码。

以root用户名进入mysql:

[root@localhost ~]# mysql -uroot -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>

9.将mysql设置开机启动项

[root@localhost ~]#chkconfig mysqld on
[root@localhost ~]#

好了,此时安装mysql完成了。

相关内容

热门资讯

FBI悬赏136万元追捕美国前... 综合国是直通车、红星新闻5月16日报道,美国联邦调查局(FBI)悬赏20万美元(约合人民币136万元...
一升乳胶漆能刷多少平方米 最佳回答 一升乳胶漆其实并不怎么多,差不多也就是一升可乐瓶的那么大的瓶子能够装一瓶那么这样的乳胶漆...
电冰箱不制冷的原因 最佳回答 电冰箱不制冷的原因可能就是电冰箱电源线损坏,导致电冰箱无法正常工作,遇到这种情况,我们只需...
电视内存多大的合适 电视内存多大的合适:电视内存一般,还是选择至少要1.5g到2g,运行内存存储内存要至少16g或者32...
天然气热水器多大容量比较合适呢 天然气热水器多大容量比较合适呢1、根据家里的面积和用水量来看,如果是共一个厨房两个卫生间,需要选择1...
燃气热水器排烟管可以走烟道吗 燃气热水器排烟管可以走烟道吗:燃气热水器排烟管不可以走公共烟道的,一般厨房都会装有公共烟道,是专门为...
马尔代夫5人潜水身亡,一军人在... 据马尔代夫媒体16日报道,马尔代夫国防军一名军人在搜救失踪潜水人员时身亡。报道说,遇难军人名为穆罕默...
世卫组织:非洲埃博拉疫情构成“... 新华社日内瓦5月17日电 世界卫生组织17日宣布,刚果(金)和乌干达出现的埃博拉疫情已构成“国际关注...
三大运营商即将免月租?官方回应 最近,大家在各大社交平台都可能刷到过这样一条消息——三大运营商即将全面推出免月租、按量计费套餐。有不...
利好来了!刚刚,上海传出重磅消... 跟算力产业相关的一则消息,突然刷屏! 据媒体报道,上海电信15日面向上海电信用户正式推出Token算...