disconnecting clients

2015-04-17 10:15:15 1226 [Note] Forcefully disconnecting 5 remaining clients
2015-04-17 10:15:15 1226 [Warning] /usr/sbin/mysqld: Forcing close of thread 1229 user: ‘b_user’
2015-04-17 10:15:15 1226 [Warning] /usr/sbin/mysqld: Forcing close of thread 1231 user: ‘b_user’
2015-04-17 10:15:15 1226 [Warning] /usr/sbin/mysqld: Forcing close of thread 1228 user: ‘b_user’
2015-04-17 10:15:15 1226 [Warning] /usr/sbin/mysqld: Forcing close of thread 1273 user: ‘b_user’
2015-04-17 10:15:15 1226 [Warning] /usr/sbin/mysqld: Forcing close of thread 1270 user: ‘b_user’

Hi kodermax;

On shutdown MySQL gives running threads a chance to die “gracefully”, but will eventually kill them outright.

If you want to find out what the threads were doing, you can look up the thread ID in the binlogs (if available).

-Scott