Re: [Rails] Unable to rake db:create

2010-10-11 Thread rajeevsharma86
What is the error please run rake db:create --trace and post resluts here On Tue, Oct 12, 2010 at 10:32 AM, Premanshu Mishra wrote: > I m using ruby 1.8.7 on rails 2.3.5 with mysql 5.0 on windows. > C:\Ruby187\rails\accounts>rake db:create > (in C:/Ruby187/rails/accounts) > rake aborted! > synta

[Rails] Unable to rake db:create

2010-10-11 Thread Premanshu Mishra
I m using ruby 1.8.7 on rails 2.3.5 with mysql 5.0 on windows. C:\Ruby187\rails\accounts>rake db:create (in C:/Ruby187/rails/accounts) rake aborted! syntax error on line 2, col 0: `encoding:utf8' The following is the yml file i'm using development: adapter:mysql encoding:utf8 reconnect:false data