2011-05-04 61 views
0

無論何時我使用命令提示符連接到mysql,它都會返回一個thread_id(在這種情況下,返回)。 是否可以使用Java(首選)或PHP獲取此號碼?return mysql thread_id

# mysql -h10.10.10.10 -uroot [email protected] 
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. 
+0

** **查詢:'SELECT CONNECTION_ID();' – 2011-05-04 04:37:56

+0

是否有可能知道從哪個服務器沒有連接發生? – shantanuo 2011-05-04 04:54:12

回答

2

CONNECTION_ID功能將幫助你。
查詢
SELECT CONNECTION_ID();