Skip to main content

One doc tagged with "reset"

View all tags

Reset Connection

MySQL's COMRESETCONNECTION command (available since MySQL 5.7.3 and MariaDB 10.2.4) resets a connection's session state without closing the underlying TCP connection or re-authenticating. It is significantly faster than changeUser() for clearing session state.