[Rails] Re: Re: mysql gem migrate Unknown database '[db_development] error

2010-07-22 Thread Derek Lei
Thanks Na Na, I was able to fix the issue by uninstalling the mysql gem and then installing ruby-mysql gem. Na Na wrote: Using Mac OS X 10.6.4, the solutions above didn't work for me. I removed the gem, then tried: gem install ruby-mysql instead of the various attempts to get gem install

[Rails] Re: Re: mysql gem migrate Unknown database '[db_development] error

2010-07-17 Thread Na Na
Using Mac OS X 10.6.4, the solutions above didn't work for me. I removed the gem, then tried: gem install ruby-mysql instead of the various attempts to get gem install mysql to work. At a glance, this appears to have worked, and my ruby on rails is able to access database. -- Posted via

[Rails] Re: Re: mysql gem migrate Unknown database '[db_development] error

2010-07-10 Thread Sandip Jassar
Jatin kumar wrote: I am not sure of why this error is coming, but just for a moment, try rake db:create before doing rake db:migrate. It might solve your problem. The Mysql::Result constant is defined in the mysql_api gem (.so shared object) - this is located in