1、遇到的问题如下:
[[email protected] ~]# netstat -anptu | grep mysql
-bash: netstat: 未找到命令
2、解决方法如下:
[[email protected] ~]# yum -y install net-tools <!--安装依赖程序-->
已加载插件:fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
正在解决依赖关系
--> 正在检查事务
---> 软件包 net-tools.x86_64.0.2.0-0.25.20131004git.el7 将被 安装
--> 解决依赖关系完成
依赖关系解决
=========================================================================================
Package 架构 版本 源 大小
=========================================================================================
正在安装:
net-tools x86_64 2.0-0.25.20131004git.el7 base 306 k
事务概要
=========================================================================================
安装 1 软件包
总下载量:306 k
安装大小:917 k
Downloading packages:
net-tools-2.0-0.25.20131004git.el7.x86_64.rpm | 306 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
正在安装 : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1
验证中 : net-tools-2.0-0.25.20131004git.el7.x86_64 1/1
已安装:
net-tools.x86_64 0:2.0-0.25.20131004git.el7
完毕!
3、依赖程序安装完成之后再次尝试失败的命令:
[[email protected] ~]# netstat -anptu | grep mysql
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 1716/mysqld
原文地址:https://blog.51cto.com/14156658/2468600
时间: 2024-10-10 06:34:49