Sagar Jhobalia wrote:
> Marnen Laibow-Koser wrote:
>> Sagar Jhobalia wrote:
>>> m trying to run my hello world prgm<since 3hrs now!!> pls help..1st i 
>>> got the above stated error..on solvin tat<thnks 2 u'll> now i am getting 
>>> :
>>> 
>>> /!\ FAILSAFE /!\  2010-08-24 03:27:09 +0530
>>>   Status: 500 Internal Server Error
>>>   Unknown database 'demo_development'
>>>     
>>> C:/Ruby19/lib/ruby/gems/1.9.1/gems/activerecord-2.3.8/lib/active_record/conn
>>> ection_adapters/mysql_adapter.rb:619:in `real_connect'...............
>>> 
>>> help plz
>> 
>> It means just what it says.  Does the DB exist yet?
>> 
>> Best,
>> -- 
>> Marnen Laibow-Koser
>> http://www.marnen.org
>> mar...@marnen.org
>> 
>> Sent from my iPhone
> 
> i don't understand,i mean i've installed the mysql,& the application 
> itself requires no access of database..so..i stil dont know what am i 
> suppossed to do.

check you config/database.yml page. obviously it mentions a database 
named 'demo_development'.

just like Marnen has mentioned above, it must be because this database 
does not exist that you are getting this error.
-- 
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-t...@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