Sean Cribbs wrote:
> Several questions before we can help you:
> 1) Is MySQL running? Did you create the database?
> 2) What version of Radiant are you using? (0.5.2, 0.6RC2, mental...)
> 3) Did you create/copy database.yml?
>
> Sean
Hi Sean,
Thank you for your reply.
1)Database is running. radiant_development.
2)I am using radiant-0.5.2
3)here is my database.yml
development:
adapter: mysql
database: radiant_development
username: root
password: sa
host: localhost
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: radiant_test
username: root
password: sa
host: localhost
production:
adapter: mysql
database: radiant_production
username: root
password: sa
host: localhost
Thank you.
captain
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Radiant mailing list
Post: [EMAIL PROTECTED]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant