我在
Windows 7 64位上安装了
MySql Workbench 6.2和MySql 5.6版.
我想在我的数据库名称和表名中使用大写字母.所以我需要将变量lower_case_table_names设置为2.当我查看我的选项文件的常规选项卡时,它看起来如下所示:
单击“应用”将打开一个“无变化”对话框.
无论如何,当我尝试使用大写字母创建数据库时,我收到警告:
The server is configured with lower_case_table_names=1 which only
allows lowercase characters in schema and table names.
我感觉服务器上的my.ini文件与选项文件配置中提到的文件不同.当我尝试手动添加此变量时
在我的my.ini文件中,我看到下面的文字:
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
这就是我几天来一直困在创建模式的过程中.