Home >Database >Mysql Tutorial >解决windows下MySQL表名大写自动变小写的问题_MySQL

解决windows下MySQL表名大写自动变小写的问题_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 13:40:481432browse

bitsCN.com
解决windows下MySQL表名大写自动变小写的问题 有些人可能会遇到在windows下,表名不能用大写字母,即使使用了大写字母的建表语句,还是会被自动转成小写。 解决方法: 打开 MySQL 的配置文件 my.ini ,在 [mysqld] 节下加入    Xml代码  lower_case_table_names=0   重启MySQL,大功告成。 bitsCN.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn