Mysqlnd active connections number is too big. Is this normal?
Asked Answered
M

1

11

I have Windows 2003 Server. Apache 2.4.10, PHP 5.4.31 and MySQL 5.6.19 installed. There are two wordpress website running on server.

In the phpinfo(); under mysqlnd section there says;

active_connections  18446744073709551563

is this number normal? If not how can I reduce it?

Mccleary answered 15/11, 2014 at 14:22 Comment(0)
S
9

Old post, but this will help everyone else googling for this. (Much like me for hours today...) https://lists.mysql.com/mysql/154232

It appears that -1 shows up as 18446744073709551613

Edit: This appears to be a PHP-related bug, per further investigation.

Scrawly answered 10/1, 2017 at 23:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.