原文网址:https://www.youyong.top/article/1159b0f2cd5f8
screen -r mysql 的时候,出现:
There is a screen on:
2003.mysql (Attached)
There is no screen to be resumed matching mysql.
原文网址:https://www.youyong.top/article/1159b0f2cd5f8
screen -r mysql 的时候,出现:
There is a screen on:
2003.mysql (Attached)
There is no screen to be resumed matching mysql.
原文网址:https://www.youyong.top/article/1159b0f2cd5f8
意思是没有 screen 能匹配上 mysql。
这是因为 mysql 这个 screen 目前还是 Attached 的状态。
我们需要先把他 改为 Detached 。
[root@wg ~]# screen -d mysql [2003.mysql detached.]
然后再
[root@wg ~]# screen -r mysql
就进去了 。
作者声明:本篇文章系本人原创,欢迎分享,但未经许可,谢绝转载。
共 0 条留言
linux screen rz sz 卡死 waiting to receive.**B0100000023be50
SecureCRT(screen) tab键或backspace键报:Wuff----Wuff!!
iPhone X 跌破发行价,苏宁200亿入股恒大 | 财经日日评
资深黄牛现身说法:iPhone X价格秒变不停,就像炒股一样
Linux screen 提示:There is no screen to be resumed matching
bash 执行 shell 脚本提示 ll: command not found
linux ll 或 ls -l 后,文件的owner和group全是数字,为啥?
linux下grep过滤的时候如何排除某些字符以及排除多个?
手机扫一扫
分享文章