Get Started
MySQL
MySQL agent to list tables and execute read-only SQL queries on database
Database & Storage
Available Tools(2)
listTables
List all tables in the MySQL database specified in the connection URI
execute
Execute a read operation on a MySQL database. Note: Only read operations are allowed (SELECT, SHOW, DESCRIBE, EXPLAIN)
MySQL