Hello, I've tried to create my mysql database using rake db:create and I couldn't, because of this error:
s...@opensuse:~/workspace/rush_hours> rake db:create (in /home/suse/workspace/rush_hours) Loading init file from /home/suse/workspace/rush_hours/config/init.rb Loading /home/suse/workspace/rush_hours/config/environments/ development.rb Logging to file at /home/suse/workspace/rush_hours/log/development.log Creating database 'development' mysqladmin: Unknown command: 'development' s...@opensuse:~/workspace/rush_hours> mysql -V mysql Ver 14.12 Distrib 5.0.67, for suse-linux-gnu (x86_64) using readline 5. merb_gems_version = "1.0.10" dm_gems_version = "0.9.10" do_gems_version = "0.9.11" database.yml: development: &defaults # These are the settings for repository :default adapter: mysql host: localhost database: development encoding: utf8 What is wrong? Stan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
