v2.1.0
What's New in v2.1.0
MySQL productivity suite
- Stored procedure/function/trigger/event visibility (list + view SHOW CREATE definitions)
- Real database backup/restore via
mysqldump/mysql(not just app-config backup) - Full MySQL user management: create/alter/drop user, grant/revoke privileges
- SHOW VARIABLES viewer, connection-string paste-to-parse, auto-update check
- Table Relations view (foreign keys in both directions)
- Saved/reusable result-grid filters
- CSV import field-mapper (remap/skip columns, insert-vs-upsert)
Local MCP server
- Lets local MCP clients (Claude Code, Cursor, etc.) query your open connections
- Off by default, localhost-only, read-only by default — toggle under Sidebar → "MCP Server"
Connection UI redesign
- Permanent connection rail (replaces the old dropdown),
⌘Pfuzzy switcher - Brand-stripe engine picker + redesigned three-section connection form
Fixes
- Query-timeout setting no longer gets silently overridden by a hardcoded socket timeout
- Several "X failed: undefined" toast messages now show the real error
- Smoother scrolling and paste handling in the results grid
- Closed an identifier-injection gap in the Create Table flow