How to force case sensitive table names?

前端 未结 6 1790
花落未央
花落未央 2020-11-30 03:15

I\'m working on a MySQL database in windows.

I must move it into a Linux environment. MySQL database contains a lot of tables and stored procedures which are CASE

6条回答
  •  盖世英雄少女心
    2020-11-30 03:32

    Unfortunately there's no way of making MySQL on windows to behave 100% as in Linux. What you can do, is to run a minimal VM on Virtual Box or VMware player with TurnKey - MySQL Appliance.

    In my personal experience, I've found quite useful to have a VM with a configuration similar to the deployment environment to diagnose problems.

提交回复
热议问题