Elyra
Elyra The coding agent e The native code editor Elyra Grove Native local development environment Askr The real server for Laravel & PHP Elyra Conductor Local project conductor Elyra SQL Server MySQL-compatible SQL server in Rust Elyra SQL Client Native desktop SQL workbench Elyra SQL Anywhere Replication-ready SQL engine
Release notes
Changelog
Elyra

Server Tools

!!! info "Requires Premium" Server tools are Premium features. Open them from the command palette.

Status & variables

Server status & variables shows the server's SHOW STATUS counters and SHOW VARIABLES configuration in two searchable tabs.

Process list

Process list shows live sessions via SHOW PROCESSLIST (Id, User, Host, db, Command, Time, State, Info). Refresh to update, and Kill a session by its id.

User administration

User administration lists accounts from mysql.user with their coarse privileges:

  • Create a user (username, host, password — minimum 8 characters).
  • Grant/revoke read / write / admin with the per-user checkboxes.
  • Drop a user with the row's .

!!! note "Server support" These tools reflect what the connected ElyraSQL Server exposes; availability depends on the server version.