Hi Oleg, The command is: rake db:create, without any ' " (i think try "rake db:create RAILS_ENV='development' " ) than "rake db:migrate"
1. Have you checked the .yaml file? 2. Have you cheched "rails --version" , "ruby --version" , "gem list" , "mysql --version" everything works fine? 3. Have you installed the mysql connection libraries? (What os do you use?) 4. Can you manipulate mysql from hand? Without migration, from mysql shell? If you are beginner, than first try out the default settings! If everything works fine, then you have problem with mysql or its connection, not with Rails, so you will know where to find the solution. good luck, gezope On szept. 1, 00:10, Oleg Bovykin <[email protected]> wrote: > Hello, > I trying to ride rails 3. I've installed ruby 1.9.2 and rails 3.0.0 > without any problems > I create empty project with -d mysql, configured DB and 'bundle > install' without any problems, but when i try to rake 'db:create', i > get this errorhttp://pastie.org/1130112 > What should i do to make it work good? -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

