Skip to content

MySQL Database with UTF-8 Encoding #74

@fiedl

Description

@fiedl

Problem

With our mysql database, which uses a utf8 encoding, utf characters like "🍕" cannot be stored.

# database.yml

development:
  adapter: mysql2
  encoding: utf8
  reconnect: false
  database: ...
  pool: 5
  username: ...
  password: ...
  host: localhost

Related issues

Resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions