Home >Database >Mysql Tutorial >MySQL下实现不区分大小写的方法_MySQL

MySQL下实现不区分大小写的方法_MySQL

WBOY
WBOYOriginal
2016-06-01 13:40:39950browse

bitsCN.com
MySQL下实现不区分大小写的方法 1 修改my.cnf# vi/usr/share/mysql/my.cnf
 在[mysqld]区段下增加:lower_case_table_names=12 启动服务    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 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