MySQL下實現不區分大小寫的方法
1 修改my.cnf
# vi/usr/share/mysql/my.cnf
在[mysqld]區段下增加:
lower_case_table_names=1
2 啟動服務 www.2cto.com
mysqld--defaults-file=/usr/share/mysql/my.cnf &
3 問題說明
3.1 [ERROR]Fatal error: Please read "Security" section
of the manual to find outhow to run mysqld as root!
在[mysqld]區段下增加:
user=root