当前位置:网站首页>mysql_ Case insensitive
mysql_ Case insensitive
2022-07-25 03:01:00 【angela_ dba_ chao】
1 see mysql Case setting parameter values
show variables like 'lower_case_table_names';

value=1: Case insensitive
value=0: Case sensitive
2 Pass parameter cannot be set
set global lower_case_table_names=1; -- Set case insensitive
ERROR 1238 (HY000): Variable 'lower_case_table_names' is a read only variable
set lower_case_table_names=1; -- Set case insensitive
set global lower_case_table_names=1; -- Set case insensitive
This parameter is read-only , It can only be modified through the configuration file
3 Modify... Through configuration file
3.1 find my.cnf file :vi /etc/my.cnf
3.2 Add the following sentence to the last line of the document
lower_case_table_names=1
3.3 restart mysql:
systemctl restart mysqld
边栏推荐
- Execution methods with static code blocks and child and parent classes
- Solve ''_ Xsrf 'argument missing from post
- "Introduction to interface testing" punch in day08: can you save all parameters to excel for test data?
- SQL recursive follow-up
- [jailhouse article] scheduling policies and system software architectures for mixed criticality
- Tp5.0 background admin access
- Details of happens before rules
- Wechat H5 record
- Application method and practical case of sqlmap of penetration test SQL injection
- Operator explanation - C language
猜你喜欢

Rotating frame target detection mmrotate v0.3.1 training hrsc2016 data set (II)

Classic network learning RESNET code implementation

Keil compile download error: no algorithm found for: 08000000h - 08001233h solution

Application method and practical case of sqlmap of penetration test SQL injection

Learning Record V

Banana pie bpi-m5 toss record (2) -- compile u-boot

JS written test questions -- random numbers, array de duplication

R language one page and many pictures
![[stm32f103rct6] can communication](/img/24/71509bd0d74d43ce4a79b8126478ff.jpg)
[stm32f103rct6] can communication

Conceptual distinction between Po, Bo, VO, dto and POJO
随机推荐
Matlab for circular pit
[stm32f130rct6] idea and code of ultrasonic ranging module
JS foundation -- data
Banana pie bpi-m5 toss record (2) -- compile u-boot
Method of adding kernel in Jupiter notebook
Sequence diagram of UML diagram series
"Introduction to interface testing" punch in to learn day07: websocket interface: how to test a completely unfamiliar protocol interface?
Dynamic planning of force buckle punch in summary
Canvas record
Riotboard development board series notes (6) -- buildreoot building system image
Concurrent programming day01
Bgy development small example
Learning record 12
Pypi counts the number of Downloads
Publish the project online and don't want to open a port
JS construction linked list
Js a simple way to store several objects in an array
Learning record 10
Ffmpeg 4.3 add custom demuxer
【C】 Advanced knowledge of file operation