In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to add log function to mysql". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "mysql add log function method" bar!
After finding the information, there are two ways to add logs in mysql:
Start from the command line
Mysqld-nt.exe-log=log.txt
Start as a configuration file
Mysqld-nt.exe-- defaults-file= "g:\ mysql\ v5.0.67\ bin\ my.ini"
Then add a line to the [mysqld] section of the my.ini file
Log=log.txt
The default log file is in the data folder.
In addition, mysqld-nt startup takes up 15 MB of memory, if you feel tight, you can add parameters to skip the unneeded database engine.
-skip-bdb-skip-innodb
This only uses the MyISAM engine and requires only 6 megabytes of memory.
Of course, if you cancel the innodb engine, there will be no line locking.
At this point, I believe that you have a deeper understanding of "the method of adding log function to mysql". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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.