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完成了。

相关内容

热门资讯

莫斯科咖啡馆爆炸案:传俄军高官... 综合法媒BFM、Franceinfo新闻台报道,当地时间8月1日晚,俄罗斯首都莫斯科市中心知名高档意...
特朗普:霍尔木兹海峡已有协议,... 财联社8月3日电,美国总统特朗普表示,霍尔木兹海峡已有协议,无核化也将达成协议。正在以谈判的形式与伊...
中国地震局启动四级应急响应,现... 据中国地震台网正式测定,2026年8月3日2时21分,在四川宜宾市高县(北纬28.54度,东经104...
以称内塔尼亚胡通过特朗普社媒得... △特朗普社交媒体发文截图总台记者当地时间2日获悉,多名以色列官员称,在美国取消针对伊朗的既定袭击计划...
500左右的手柄怎么选?swi... 现在游戏手柄早已成为热门数码外设,跟风入手的玩家数不胜数,但不清楚500左右的手柄怎么选的人同样不在...
原创 美... 2026年1月1日,美国太空探索技术公司“星链”工程副总裁迈克尔尼科尔斯高调宣布,计划2026年降低...
原创 全... 现在的屏幕设计,拥有两大类型,分别是折叠屏、直板机,而类型之间拥有多种形态。其中的折叠屏,拥有阔折叠...
原创 流... 最近,通信圈的两则消息引发了轩然大波。一方面,中国电信宣布自8月1日起全面停止第三方互联网渠道的办卡...
伊朗重申霍尔木兹海峡不会恢复至... △伊朗外交部发言人巴加埃(资料图)当地时间2日,伊朗外交部发言人巴加埃表示,伊方重申,霍尔木兹海峡的...
伊朗外长:与阿曼谈判接近完成 △伊朗外交部长阿拉格齐(中)当地时间8月2日,伊朗外交部长阿拉格齐在政府内阁会议上介绍伊朗与阿曼谈判...