摘要: 在跨平台的程序设计中要注意到mysql的一些系统变量在windows和linux上的缺省值是不同的, 比如mysql表名称的大小写变量.在windows上lower_case_table_names变量的缺省值为1; 在linux上为0; 在mac os上为2;该变量值的详细定义如下:ValueMeaning0Table and database names are stored on disk using the lettercase specified in theCREATE TABLEorCREATE DATABASEstatement. Name comparisons are ca 阅读全文
posted @ 2013-09-13 11:57 半调子白开水 阅读(441) 评论(0) 推荐(0)