Difference between revisions of "MySQL Query Browser"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Overview: Issues)
(→‎Issues: moved description of table-editing bug here from main MySQL page)
Line 5: Line 5:
 
==Issues==
 
==Issues==
 
Version 1.1.8 (packaged for [[Ubuntu]] 6.10) is rather buggy in ways which seriously limit its usefulness, although it does provide the most essential functions such as browsing databases and tables, editing table data, and executing raw [[SQL]] code. Version 1.2.5beta (packaged for [[Ubuntu]] 7.04) seems to fix many or all of these bugs, in addition to providing much better support for some of the newer features of MySQL.
 
Version 1.1.8 (packaged for [[Ubuntu]] 6.10) is rather buggy in ways which seriously limit its usefulness, although it does provide the most essential functions such as browsing databases and tables, editing table data, and executing raw [[SQL]] code. Version 1.2.5beta (packaged for [[Ubuntu]] 7.04) seems to fix many or all of these bugs, in addition to providing much better support for some of the newer features of MySQL.
 +
 +
Issues in v1.1.8 include a tendency to crash when editing tables (this happens, unfortunately, before it even displays the required SQL, so you can't use it to work that out for you). This problem does not seem to affect the SQL window, so you can make the needed changes using SQL either in that window or via the [[CLI]] client – but working out the exact syntax can be tricky.
  
 
==Screenshots==
 
==Screenshots==
 
[[Image:2007-05-27 MySQL Query Browser screenshot.png|Frame|Main window of the Query Browser]]
 
[[Image:2007-05-27 MySQL Query Browser screenshot.png|Frame|Main window of the Query Browser]]

Revision as of 21:21, 27 May 2007

Navigation

computing: software: databases: engines: MySQL: MySQL Query Browser

Overview

MySQL Query Browser is one of the GUI front-end client applications available for working graphically with the MySQL database engine. The Query Browser is generally intended for working with data and data schemas, rather than administrative tasks.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Issues

Version 1.1.8 (packaged for Ubuntu 6.10) is rather buggy in ways which seriously limit its usefulness, although it does provide the most essential functions such as browsing databases and tables, editing table data, and executing raw SQL code. Version 1.2.5beta (packaged for Ubuntu 7.04) seems to fix many or all of these bugs, in addition to providing much better support for some of the newer features of MySQL.

Issues in v1.1.8 include a tendency to crash when editing tables (this happens, unfortunately, before it even displays the required SQL, so you can't use it to work that out for you). This problem does not seem to affect the SQL window, so you can make the needed changes using SQL either in that window or via the CLI client – but working out the exact syntax can be tricky.

Screenshots

Main window of the Query Browser