MySQL Forums
Forum List  »  General

Re: Connections global server stats variable explanation
Posted by: Rick James
Date: November 25, 2016 07:58PM

5.6 has, among other things, in SHOW GLOBAL STATUS :

| Aborted_connects                              | 3     |
| Connection_errors_accept                      | 0     |
| Connection_errors_internal                    | 0     |
| Connection_errors_max_connections             | 0     |
| Connection_errors_peer_address                | 0     |
| Connection_errors_select                      | 0     |
| Connection_errors_tcpwrap                     | 0     |
| Connections                                   | 353   |
| Max_used_connections                          | 4     |

Options: ReplyQuote


Subject
Written By
Posted
Re: Connections global server stats variable explanation
November 25, 2016 07:58PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.