MySQL database connectivity plugin for DbGate, a universal SQL client. This plugin enables DbGate to connect to MySQL databases, providing features like schema browsing, query execution, and data management. Version 7.1.13 is current, with releases following DbGate updates. Key differentiators: built-in to DbGate, automatically installed with DbGate, no separate configuration needed.
npm install dbgate-plugin-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates that dbgate-plugin-mysql is automatically used by DbGate for MySQL connections. No manual plugin code required.
Uninstall the package globally or locally if manually installed; rely on the built-in plugin within DbGate.
Update your plugin to use dbgate-api v2 patterns.
Configure SSH in DbGate connection settings rather than trying to pass options to the plugin.
Run 'npm install dbgate-api' or ensure you are developing inside DbGate's environment.
Import pluginContext from 'dbgate-api' rather than from this plugin.
Remove any manual registration of dbgate-plugin-mysql; it is auto-registered by DbGate.