I had this same issue with an older project but not with a new
project, so I copied the newer database.yml file to the older project,
renamed the database in the file, and then things worked. My new entry
looks like this:

development:
  adapter: mysql
  encoding: utf8
  reconnect: false
  database: dev
  pool: 5
  username: strike
  password: secret

On Nov 13, 1:51 pm, Steve Wilhelm <st...@studio831.com> wrote:
> I am having a similar problem.  Did you find a solution?
>
> On Nov 8, 12:37 am, dan <mr.dan.ma...@gmail.com> wrote:
>
>
>
> > so is this mysql default charset as latin1 really a problem?

--

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


Reply via email to