http://www.fengfly.com/plus/view-28380-1.html
http://www.koven.org/archives/203.html
http://www.fengfly.com/plus/view-28380-1.html
http://www.koven.org/archives/203.html
linux默认下,mysql默认对表名大小写敏感,可以通过下面设置来不区分大小写:
1.用ROOT登录,修改/etc/my.cnf
2.在[mysqld]下加入一行:lower_case_table_names=1
3.重新启动数据库即可。