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

The method of adding Log function in mysql

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.

Share To

Database

Wechat

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

12
Report