i''m a newbie and i''ve just downloaded instantrails all the tutorials seem to expect mysql front but since it is no longer part of the package and mysql isn''t installed in the conventional way how do i get into mysql to set up tables etc without going through ruby on rails but directly into mysql -- 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 -~----------~----~----~----~------~----~------~--~---
You can use the ruby console from within Instant rails. Click on the "I" go to "rails applications" to "ruby console". From there its just a console, so you can do normal console things. Hope that helps -K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Adam Storey wrote:> i''m a newbie and i''ve just downloaded instantrails > all the tutorials seem to expect mysql front but since it is no longer > part of the package and mysql isn''t installed in the conventional way > how do i get into mysql to set up tables etc without going through ruby > on rails but directly into mysqlright well after some rumaging on mysql website i''ve sussed it -- 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 -~----------~----~----~----~------~----~------~--~---
Adam Storey wrote:> Adam Storey wrote: >> i''m a newbie and i''ve just downloaded instantrails >> all the tutorials seem to expect mysql front but since it is no longer >> part of the package and mysql isn''t installed in the conventional way >> how do i get into mysql to set up tables etc without going through ruby >> on rails but directly into mysql > > right well after some rumaging on mysql website i''ve sussed itAlso check out HeidiSQL - which is an open source version of MySQL front http://www.heidisql.com/ Cheers Luke -- 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 -~----------~----~----~----~------~----~------~--~---
Luke wrote:> > Also check out HeidiSQL - which is an open source version of MySQL front > > http://www.heidisql.com/ > > Cheers > Lukethank you i was playing with the app and found phpmyadmin (DOH) which is more pleasant than the bloody horrible windows shell. This is the most command line i''ve ever done on windows and the shell is horrible and makes me appreciate linux (which i only occasionally use) rather more - which, as i''m sure u know, has a very nice command line and a choice of shells. cheers adam -- 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 -~----------~----~----~----~------~----~------~--~---