An open API service indexing awesome lists of open source software.

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.

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.