Bug #70942 | accounts table shows NULL users and hosts | ||
---|---|---|---|
Submitted: | 18 Nov 2013 17:04 | Modified: | 18 Nov 2013 20:40 |
Reporter: | Sheeri Cabral (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S3 (Non-critical) |
Version: | 5.6.12 | OS: | Any |
Assigned to: | Todd Farmer | CPU Architecture: | Any |
Tags: | accounts, null, performance_schema |
[18 Nov 2013 17:04]
Sheeri Cabral
[18 Nov 2013 17:20]
Todd Farmer
Hi Sheeri, Both USER and HOST column values may be NULL, most commonly for internal server threads: USER - The client user name for the connection, or NULL for an internal thread or user session that failed to authenticate. HOST - The host name from which the client connected, or NULL for an internal thread or user session that failed to authenticate. Are you looking for further documentation, or is there a reason to believe that the numbers you are seeing reported are incorrect?
[18 Nov 2013 20:40]
Sheeri Cabral
Wow, I totally missed that in the docs. My bad, for shame! (and the page isn't that big either). I guess I'm surprised it's such a large number, but I should investigate because I probably have a lot of failed connections on both these machines. I apologize for my poor reading comprehension skills.
[18 Nov 2013 20:43]
Todd Farmer
Hi Sheeri, No worries - I also found P_S behavior here confusing when I first noticed it. FWIW, if you are looking into possible failed connections, you may find this useful (it was how I first ran into this behavior): http://mysqlblog.fivefarmers.com/2013/07/19/practical-p_s-from-which-hosts-are-connections...