为什么我的表名在phpmyadmin中转换为小写? [英] Why my tables' names are converted into lowercase in phpmyadmin?

查看:64
本文介绍了为什么我的表名在phpmyadmin中转换为小写?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Windows XP上使用wamp服务器2.0.每当我创建名称为大写的表时,它都会转换为小写.

I am using wamp server 2.0 on Windows XP. Whenever I create a table with some uppercases in name, it is converted to lowercase.

例如:

I create: UserInfo
phpmyadmin convert it to: userinfo

我在办公室使用ubuntu/phpmyadmin,但是这个问题确实存在.

I am using ubuntu/phpmyadmin in office but this problem does exists there.

从哪里可以解决此问题.谢谢

from where can I fix this. Thanks

推荐答案

有一条指令可以强制将表名转换为小写.

There is a directive for forcing table names to lower case.

您想要将lower_case_table_names值设置为0.

You want to set the lower_case_table_names value to 0.

您可以从MySQL文档此处阅读更多内容

You can read more about it from MySQL documentation here

这篇关于为什么我的表名在phpmyadmin中转换为小写?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆