CONNECTION_ID() 함수는 MySql 연결에 대한 연결 ID 를 반환합니다.

SELECT CONNECTION_ID()

#ex.1)
 mysql> SELECT CONNECTION_ID();
 -> 16485

0 댓글