This is a powerful Chrome app to manage your MySQL.
ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
Chrome MySQL Admin is a Chrome app. Therefore, Chrome MySQL Admin can be launched on OS which Chrome Web browser can be installed. For example, Linux OS, Microsoft Windows, macosx and Chrome OS.
Chrome MySQL Admin application can connect to your MySQL server directly. In addition, TLS can be used at connecting to it for security.
You can look rows in a table quickly by clicking the table name. The rows can be filtered by specifying some condition. Also, when each column header is clicked, rows will be sorted.
If you want to update a row, do double-click the row soon. Then, a dialog to edit each value will be opened. Not only fill in the concrete value, but also can fill in some expression (ex. now() function).
You will want to confirm a structure of your table many times. When the "Structure" tab clicked, you can know the column definitions and existing indexes.Of course, you can add, edit and delete them on the panel.
You can install Chrome MySQL Admin app with a few step.
Open the "ChromeMyAdmin" WebStore page.
If you find a bug in the Chrome MySQL Admin app, check the Issue Tracker to see if the bug has been reported already.
Or, if you are software developer, you can send your pull request for fixing some bug and/or adding new features, because Chrome MySQL Admin is open-source product.