Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
200 以上のテーブルを持つ mysql データベースがあります。
ここで、これらのテーブル ダンプを新しいデータベースにインポートする必要があります。
すべてのテーブル名は小文字です。
小文字のテーブル名をすべて大文字に変換できる方法はありますか?
Windows で、my.cnf ファイルを編集します。
lower_case_table_names=2
次に、サーバーを再起動します。