MyJgui is a GUI (graphical user interface) for MySQL. It aims to be easy to use for new users as well as experts. You can store multiple connections that can be used simultaneously. Stored passwords are encrypted using symmetric encryption. Underlying databases and tables are displayed in a tree structure with the connections being the first level nodes. MyJgui is capable of easy data manipulation through a grid. It has a unique feature of bookmarking parametrical queries (sqlmarks). The documentation (user guide) is quite comprehensive and kept up-to-date.
| Tags | Database Front-Ends |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: The table data tab allows you to edit more than one row and commit changes at once. A bug was fixed, which occurred when displaying query results in MySqlTab while changing from columns of the same table.


Changes: You can hide/show columns in the Content tab of a table. This option is also managed in the Preferences. A new option was added in the quick search dialog to select count(*). In the wizard for table creation, you can now choose the database where the new table should be created. Afterwards, an automatic refresh of the database tree is performed.


Changes: Basic edit functions (undo, redo, cut, copy, paste, select all) were added in the Sql Console area. Numerous icons were placed, included some icons from the Oxygen icon project. The logic of the limit check box in the Content of table was reversed.


Changes: "Save layout" functionality was implemented. This allows you to save pane sizes to be used at every startup. A double click shortcut was added to edit the selected field of the content of a table. MyJgui now remebers the last database used in case a connection timeout occurs.


Changes: This release includes a universal installer written in Java to install/update/remove MyJgui. A problem with displaying zero time ('0000-00-00 00:00:00') has been fixed.