carlg Posted November 27, 2007 Share Posted November 27, 2007 I'm running fedora 8. I installed the mysql gui tools using yum. mysql is working perfectly fine from the command line. I have a problem when I try to use the query browser (GUI tool) It tells me I need to specify a default schema, but then it hangs forever when I try to specify the default schema. If I try to click on the database objects on the left side of the screen it will also hang forever. Although I could run a query through the gui tool, I need to specify the db name before the table name. I actually tried googling this problem before posting and other's have had it, but I have found no solutions. What could be causing this? Thanks Carl Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/ Share on other sites More sharing options...
fenway Posted November 27, 2007 Share Posted November 27, 2007 Did you try "USE yourDB"; Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-400546 Share on other sites More sharing options...
carlg Posted November 27, 2007 Author Share Posted November 27, 2007 That also freezes it. Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-400578 Share on other sites More sharing options...
fenway Posted November 27, 2007 Share Posted November 27, 2007 Reinstall the software. Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-400587 Share on other sites More sharing options...
carlg Posted November 27, 2007 Author Share Posted November 27, 2007 Did that to. I did the following yum remove mysql-gui-tools.1386 and then I reinstalled Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-400618 Share on other sites More sharing options...
carlg Posted November 27, 2007 Author Share Posted November 27, 2007 Is there a way to "turn off" the default schema requirement? Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-400621 Share on other sites More sharing options...
fenway Posted November 28, 2007 Share Posted November 28, 2007 Unlikely... is still has to "know" about which db to use. Quote Link to comment https://forums.phpfreaks.com/topic/79134-problem-with-mysql-query-browser/#findComment-401071 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.