In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
How to carry out mysql innodb_log_file_size query and modification, I believe that many inexperienced people do not know what to do. Therefore, this paper summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.
Brief introduction
The size setting of innodb_log_file_size will affect the write performance of MySQL database. If the setting is too small, it will increase the number of checkpoint writes.
Query show variables like'% innodb_log_file%'
The result displayed is:
+-+ | Variable_name | Value | +-+-+ | innodb_log_file_size | 50331648 | +-+-+
The above shows that the current configuration is 48m
Modify # vim / etc/my.cnfinnodb_log_file_size = 512M# service mysqld restart after reading the above, do you know how to query and modify mysql innodb_log_file_size? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.