Hi, when I do mysqladmin processlist ...., to see the open connections to the server, I see many open connections in "sleep" state, still open much longer than the wait_timeout variable. Shouldn't these connections be deleted/closed permanently by the database since they exceeded the wait_timeout? Thanks.