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


Release Notes: A problem with updating via the data grid with composite primary keys was fixed.


Release Notes: Full MySQL database/table dump support with effective I/O and memory handling. Client-based compression of the dump file. Backs up data even through low-speed connections and on low-end hardware. Automatic dump character set and encoding handling.


Release Notes: This release includes keyboard shortcuts and a lot of useful user interface enhancements like pane hiding and more. MyJgui has a new default Nimbus look (via the installer).


Release Notes: A major bug causing the application to crash at start-up was fixed. This bug was due to incorrect implementation of look & feel skins. A bug in the export file format was fixed regarding a missing end of line character.


Release Notes: Batch SQL query execution was implemented. You can now select multiple lines separated by a semicolon (;). Each query gets logged, and the result set of the last query is returned. Handling of the table data tab was enhanced. Multiple row actions (insert/update/delete) are now supported. Sqlmarks management was enhanced with a new attribute for the description of each mark). New SQL statements are available via a right-click on the DB tree for table and database. A wizard for creating databases was added. Most menu items have their own keyboard shortcuts assigned. Support for explaining a query was added for the display grid. Some bugs were fixed.