https://github.com/komodo/mysql-database-explorer
Adds support for MySQL databases to Komodo's Database Explorer component.
https://github.com/komodo/mysql-database-explorer
Last synced: about 1 month ago
JSON representation
Adds support for MySQL databases to Komodo's Database Explorer component.
- Host: GitHub
- URL: https://github.com/komodo/mysql-database-explorer
- Owner: Komodo
- Created: 2015-07-10T14:33:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T21:25:51.000Z (over 7 years ago)
- Last Synced: 2025-04-05T01:51:13.310Z (2 months ago)
- Language: Python
- Size: 2.15 MB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Requirements:**
You'll need to be using the Komodo IDE 6 or later.
**Installation:**
In Komodo, click on "Go to Anything", then navigate to "Packages" and search for "MySQL", then install "MySQL Database Explorer" by pressing enter on it or double clicking it. Once installed, MySQL will be one of the available databases to which you can add a connection to. Alternatively, you can install the add-on by downloading/saving the xpi file locally and then opening this xpi file from Komodo's File > Open dialog.
**Updates**
Version 0.3.2: Support Komodo 11.*
Version 0.3.1: Support Komodo 10.*
Version 0.3: Allow hostname to be a file path to local mysql.sock
Version 0.2: Use statically linked mysql library.