エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
#8448 ([PATCH] ActiveRecord::Base.connection.create_database (MySQL adapter) only creates latin1 databases) - Rails Trac - Trac
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
#8448 ([PATCH] ActiveRecord::Base.connection.create_database (MySQL adapter) only creates latin1 databases) - Rails Trac - Trac
mysql, connection, adapter, utf8, unicode, charset, collation, bootstrap, drop, create Descriptio... mysql, connection, adapter, utf8, unicode, charset, collation, bootstrap, drop, create Description ActiveRecord::Base.connection.create_database doesn't let you specify the character set and collation to be used. This patch lets you create databases by specifying the charset and collation. By default, new databases are utf8. It also adds a method to retrieve the database character set and anothe

