获取 PDO 连接 ID
有没有办法获取到 mysql 的 PDO 连接的唯一连接 ID?
Is there a way to get a unique connection id of a PDO connection to mysql?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法获取到 mysql 的 PDO 连接的唯一连接 ID?
Is there a way to get a unique connection id of a PDO connection to mysql?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
尝试这样。
您可以使用常规查询执行 CONNECTION_ID() mysql 命令来获取连接 ID。
有关更多信息,请参阅 mySQL 手册
Try sth like this.
you can use a regular query to execute the CONNECTION_ID() mysql command to get the connection ID.
See the mySQL manual for more