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
然后重新启动您的服务器。