gpt4 book ai didi

mysql - 如何杀死mysql进程

转载 作者:行者123 更新时间:2023-11-29 07:30:19 26 4
gpt4 key购买 nike

我的 docker-compose 命令不会运行,因为我正在运行这些进程:

$ sudo lsof -nP +c 15 | grep LISTEN | grep sql
mysqld 113 _mysql 19u IPv6 0xd0786f05dec2ff3f 0t0 TCP *:3306 (LISTEN)
mysqld 113 _mysql 22u IPv6 0xd0786f05dec789ff 0t0 TCP *:33060 (LISTEN)

每次我终止列出的进程,它都会以新的 PID 重新启动。

我已经卸载了它:

$ brew uninstall mysql
Error: No such keg: /usr/local/Cellar/mysql

我怎样才能完全永久地杀死它?

我试过了

sudo /usr/local/mysql/bin/mysqld stop

/usr/local/mysql/bin/mysqladmin -u root -p shutdown 

当我尝试时:

sudo mysql.server stop

显示:

错误!找不到 MySQL 服务器 PID 文件!

但我仍然看到新进程正在为 mysqld 运行

最佳答案

(1) 按端口搜索进程 sudo lsof -i tcp:3306(2) 通过用户id杀死 pkill -u UID

关于mysql - 如何杀死mysql进程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51603890/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com