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/adminwith 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.