SQL
List ML Handlers
Description
The SHOW HANDLERS
command lists all available handlers. The WHERE
clause filter handlers by the type (data or ML).
Syntax
Here is the syntax:
SHOW HANDLERS
WHERE type = 'ml';
The SHOW HANDLERS
command lists all available handlers. The WHERE
clause filter handlers by the type (data or ML).
Here is the syntax:
SHOW HANDLERS
WHERE type = 'ml';