返回mysql thread_id

时间:2011-05-04 04:34:28

标签: java mysql

每当我使用命令提示符连接到mysql时,它返回一个thread_id(在这种情况下为 64 )。 是否可以使用Java(首选)或PHP获取此数字?

# mysql -h10.10.10.10 -uroot -proot@123
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 64
Server version: 5.0.77-log Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

1 个答案:

答案 0 :(得分:2)

CONNECTION_ID功能会对您有所帮助。 <是/> 的查询
SELECT CONNECTION_ID();