--echo# Check new certificate used by new connection
exec$MYSQL--ssl-e"SELECT IF(VARIABLE_VALUE <> '$ssl_not_after', 'OK', 'FAIL') as Result FROM INFORMATION_SCHEMA.SESSION_STATUS WHERE VARIABLE_NAME='Ssl_server_not_after'";
--echo# Check that existing SSL connection still works, and uses old certificate, even if new one is loaded in FLUSH SSL