Issue:
Using MySQL-Workbench with version downloaded from standard OpenSUSE repository, there is nothing shown on Result Grid after successful execution of SQL statement, e.g. SELECT statement.
Solution:
The version provided by OpenSUSE repository is 6.1.7 is old and has bugs including nothing shown on Result Grid. After installing MySQL-Workbench 6.3.x, this serious problem is solved.
Tricks:
MySQL-workbench 6.3.x package depends on existence of some (probably) graphics packages, including libfreexl1, libgdal1, libgeos, libgeos_c1, libgeotiff2, libhdf5, libnetcdf7, libproj9, libspatialite7. All these cannot be found in OpenSUSE software repository. Without these packages being installed prior to installation of MySQL-workbench, warning will appear and installation will suspend. Also, the package libfreel1 will be easily typed incorrectly as libfreex11.
Config:
- OpenSUSE 13.2
- MySQL-Workbench 6.1.7 to 6.3.3