Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Lower _ case_table_names of MySQL8.0

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

After installing 8.0.14, lower_case_table_names=1 is set in my.cnf during initialization. After installation, the error message is activated:

2019-01-28T13:24:24.919463+08:00 0 [System] [Server] / usr/local/mysql/bin/mysqld (mysqld 8.0.14) starting as process 245672019-01-28T13:24:25.339412+08:00 1 [ERROR] [MY-011087] [Server] Different lower_case_table_names settings for server ('1') and data dictionary ('0'). 2019-01-28T13:24:25.339709+08:00 0 [ERROR] [ MY-010020] [Server] Data Dictionary initialization failed.2019-01-28T13:24:25.339903+08:00 0 [ERROR] [MY-010119] [Server] Aborting2019-01-28T13:24:26.660278+08:00 0 [System] [MY-010910] [Server] / usr/local/mysql/bin/mysqld: Shutdown complete (mysqld 8.0.14) MySQL Community Server-GPL.

Check the MySQL official document, there is a record:

Lower_case_table_names can only be configured when initializing the server. Changing the lower_case_table_names setting after the server is initialized is prohibited.

Setting lower_case_table_names=1 is valid only during initialization, such as:

-initialize-lower-case-table-names=1

See for details

Https://bugs.mysql.com/bug.php?id=90695

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report