mysql 대소 문 자 를 구분 하지 않 고 설정 하 는 방법

mysql 설정 대소 문자 구분 하지 않 음
윈도 우즈 아래
my sql 을 설치 한 디 렉 터 리 로 my.ini 파일 을 수정 합 니 다.
파일 의 마지막 줄 에 다음 문장 을 덧붙이다
lower_case_table_names=1
설명 0:대소 문자 구분,1:대소 문자 구분 없 음
효 과 는 다음 과 같다.
[mysqld]
port = 3306
basedir=F:/mysql-5.7.21-winx64
datadir=F:/mysql-5.7.21-winx64/data
max_connections=200
character-set-server=utf8
default-storage-engine=INNODB
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
[mysql]
default-character-set=utf8
lower_case_table_names=1
내용 확장:
링크 ux 아래
etc 아래로 들 어가 기
cd /etc/
my.cnf 파일 편집
vi my.cnf
마지막 줄 에 다음 문장 을 덧붙이다
lower_case_table_names=1
효 과 는 다음 과 같다.
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
[mysqld]
#
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M
#
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin
#
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
lower_case_table_names=1
mysql 다시 시작:
systemctl restart mysqld
여기에 mysql 대소 문 자 를 구분 하지 않 고 설정 하 는 방법 에 대한 이 글 은 여기까지 소개 되 었 습 니 다.더 많은 mysql 설정 은 대소 문 자 를 구분 하지 않 습 니 다.이전 글 을 검색 하거나 아래 의 관련 글 을 계속 찾 아 보 세 요.앞으로 많은 응원 부탁드립니다!

좋은 웹페이지 즐겨찾기