テーブル名など識別子の大文字小文字の区別

設定確認

 mysql> show variables like 'lower%';
 +------------------------+-------+
 | Variable_name          | Value |
 +------------------------+-------+
 | lower_case_file_system | OFF   |
 | lower_case_table_names | 1     |
 +------------------------+-------+
  • 大文字小文字を区別する:0
  • 大文字小文字を区別しない:1

設定変更

/etc/my.cnf:

 lower_case_table_names = 1

参考

http://dev.mysql.com/doc/refman/5.1-olh/ja/identifier-case-sensitivity.html


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2012-09-15 (土) 10:13:48