Ruby on Rails Tuesday, November 1, 2011

On 1 November 2011 02:23, dado_eyad <d.eyad.t@gmail.com> wrote:
> ...
> and here's the database.yml
> <code>
> development:
>   adapter: mysql2
>   host: 127.0.0.1
>   encoding: utf8
>   reconnect: false
>   database: myapp_development
>   pool: 5
>   username: root
>   password:*****
>   socket: /var/run/mysqld/mysqld.sock
> </code>

Was it ok when you created the database (rake db:create) or if you did
not create it like that are you able to run migrations ok? (And are
you still able to run migrations ok).

Colin

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment