Bug #28545 | Hang When Selecting a Schema on MySQL Query Browser | ||
---|---|---|---|
Submitted: | 21 May 2007 2:56 | Modified: | 21 Jul 2007 23:10 |
Reporter: | Jason Daniels | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S1 (Critical) |
Version: | v5.0 | OS: | Linux (gentoo (Linux 2.6.20-gentoo-r7pseudopolis)) |
Assigned to: | CPU Architecture: | Any | |
Tags: | hang, Mysql Query Browser, Select Schema |
[21 May 2007 2:56]
Jason Daniels
[21 May 2007 4:21]
Valeriy Kravchuk
Thank you for a problem report. Please, specify the exact version of Query Browser you had used.
[25 May 2007 2:11]
Jason Daniels
Generic x86 Linux TAR (bundled dependencies) 5.0r12
[21 Jun 2007 9:34]
Sveta Smirnova
Thank you for the report. Please connect to the MySQL server via mysql command line client, run following queries and say us result. Queries: USE mysql; DESC user;
[21 Jul 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[21 Jul 2007 23:10]
Jason Daniels
My apologies for the lateness of my reply. For a variety of reasons I had to reinstall much of the gentoo operating system. In this process I uninstalled all but the core system packages. After reinstalling the core OS packages I reinstalled the applications and servers I had noted as ones to keep. Since reinstalling everything, the problem has not resurfaced. This is terribly confusing, as I can't seem to isolate what could have made the difference. Since I cannot reproduce this, I have marked it as closed. In any case, thanks for your attention to this matter. -- Jason
[30 Oct 2007 8:42]
Ashvini Saxena
I am having the same problem. My environment: openSuSE 10.3 MySQL Query Browser 1.2.12 When I try to connect to a database, if I specify a default schema on the 'Connect to MySQL Server Instance' dialog, the window disappears. If I do not specify a default schema, I am able to connect. Once connected, if I click at a schema on Schemata tab or choose a schema from File->Select Schema... menu, the application hangs. On the other hand, if execute the command use <schema_name>; everything appears to work fine.