Greg Hauptmann
2007-Feb-01 10:01 UTC
mysql "query browser" freezes on Mac OSX - does it do this for you???
Hi, Just getting setup on my new Macbook but I''m noting (re getting a SQL browser working) that the MySQL "Query Browser" product itself does not shut itself down properly when you close. I have to Force Quit to kill the process to then be able to start it up again. Any other Mac users seeing this? Any suggestions? (go to another free SQL browser perhaps if necessary) Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2007-Feb-01 11:08 UTC
Re: mysql "query browser" freezes on Mac OSX - does it do this for you???
ummm, just tried CocoaMySQL instead and had the same problem (had to Force Quit). Any ideas? On 2/1/07, Greg Hauptmann <greg.hauptmann.ruby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > Just getting setup on my new Macbook but I''m noting (re getting a SQL > browser working) that the MySQL "Query Browser" product itself does not shut > itself down properly when you close. I have to Force Quit to kill the > process to then be able to start it up again. > > Any other Mac users seeing this? Any suggestions? (go to another free SQL > browser perhaps if necessary) > > Thanks > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Bryce
2007-Feb-01 16:06 UTC
Re: mysql "query browser" freezes on Mac OSX - does it do this for you???
I have a MacBook as well and have a lot of success with it in Rails development. I tried the Query Browser tool for a short time, but found it was too buggy to work well. I''ve been using CocoaMysql and haven''t had a problem since. Are you running MySQL on localhost? If not, there may be a slow connection resulting in some super slow processes. If you have to give up on CocoaMysql, give Navicat a try. It''s $99 but it''s a great front end for MySQL. Bryce On Feb 1, 3:08 am, "Greg Hauptmann" <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> ummm, just tried CocoaMySQL instead and had the same problem (had to Force > Quit). Any ideas? > > On 2/1/07, Greg Hauptmann <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, > > > Just getting setup on my new Macbook but I''m noting (re getting a SQL > > browser working) that the MySQL "Query Browser" product itself does not shut > > itself down properly when you close. I have to Force Quit to kill the > > process to then be able to start it up again. > > > Any other Mac users seeing this? Any suggestions? (go to another free SQL > > browser perhaps if necessary) > > > Thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rob Nichols
2007-Feb-01 17:23 UTC
Re: mysql "query browser" freezes on Mac OSX - does it do th
Greg Hauptmann wrote:> Hi, > > Just getting setup on my new Macbook but I''m noting (re getting a SQL > browser working) that the MySQL "Query Browser" product itself does not > shut > itself down properly when you close. I have to Force Quit to kill the > process to then be able to start it up again. >I use query browser a lot on Windows and it works a treat. However, I''ve recently been playing around on a Linux system and found it and the MySQL Administrator to hang a lot. Looks like the nix versions aren''t too hot. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2007-Feb-01 19:20 UTC
Re: mysql "query browser" freezes on Mac OSX - does it do this for you???
Hey Bryce - yes I''m running on localhost. Actually I found after a reboot that CocoaMysql is ok (can quit and restart). Must have been occurring after I had the same problem with the mysql browser in the same Macbook "session" so to speak. Thanks. On 2/2/07, Bryce <brycebrycebaby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > I have a MacBook as well and have a lot of success with it in Rails > development. I tried the Query Browser tool for a short time, but > found it was too buggy to work well. I''ve been using CocoaMysql and > haven''t had a problem since. Are you running MySQL on localhost? If > not, there may be a slow connection resulting in some super slow > processes. > > If you have to give up on CocoaMysql, give Navicat a try. It''s $99 but > it''s a great front end for MySQL. > Bryce > > > On Feb 1, 3:08 am, "Greg Hauptmann" <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > ummm, just tried CocoaMySQL instead and had the same problem (had to > Force > > Quit). Any ideas? > > > > On 2/1/07, Greg Hauptmann <greg.hauptmann.r...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > Hi, > > > > > Just getting setup on my new Macbook but I''m noting (re getting a SQL > > > browser working) that the MySQL "Query Browser" product itself does > not shut > > > itself down properly when you close. I have to Force Quit to kill the > > > process to then be able to start it up again. > > > > > Any other Mac users seeing this? Any suggestions? (go to another free > SQL > > > browser perhaps if necessary) > > > > > Thanks > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
bcparanj-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Feb-27 15:23 UTC
Re: mysql "query browser" freezes on Mac OSX - does it do this for you???
I had the same issues with Query Browser, Cocoa MySQL runs well on my PowerBook. I have also tried YourSQL. It had some issues as well. On Feb 1, 11:06 am, "Bryce" <brycebryceb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have a MacBook as well and have a lot of success with it in Rails > development. I tried the Query Browser tool for a short time, but > found it was too buggy to work well. I''ve been using CocoaMysql and--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---