Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在哪里可以找到远程 MySQL AWS RDS 机器上打开的连接列表
netstat -n |grep 3306|grep ESTABLISHED|wc -l
我这样做是为了查找在本地建立的连接,我该如何为远程实例执行此操作。
连接到 MySQL AWS RDS 实例并运行命令
SHOW PROCESSLIST
这将列出与该 MySQL 实例的每个连接,包括主机和端口。它还将显示他们当前正在执行的命令。如果您想查看完整的命令,请运行
SHOW FULL PROCESSLIST
MySQL SHOW PROCESSLIST 参考页