Hi
   If you installed in c drive  then the location will be
C:\mysql\data\

    And one more thing to create/drop your development,test,production 
dbs need not go to mysql console There are rake tasks for that From your 
project directory do

rake db:create   #creates developmentdb you specified in database.yml
rake db:create RAILS_ENV=test  creates testdb

or
rake db:create:all    this creates all your dbs for 3 environments

similarly
rake db:drop   and rake db:drop:all
      Note: be careful while using There wont be anywarning

Sijo
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to