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

How to modify the location of log files in MySQL

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

Share

Shulou(Shulou.com)05/31 Report--

This article will explain in detail how to modify the location of log files in MySQL. The content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

How to modify the location of MySQL log files

You need to change the location of the MySQL log file today, and you can't change it in / etc/my.cnf.

It was later found that the MySQL log bit was specified:

[chinastor.com-root@localhostetc] # psaux | grepmysqld

Root118300.50.045241204pts/0S03:030:00/bin/sh/usr/bin/mysqld_safe--datadir=/data/mysql--socket=/var/lib/mysql/mysql.sock--log-error=/var/log/mysqld.log--pid-file=/var/run/mysqld/mysqld.pid

Mysql118903.70.1404569076pts/0Sl03:030:00/usr/libexec/mysqld--basedir=/usr--datadir=/data/mysql--user=mysql--pid-file=/var/run/mysqld/mysqld.pid--skip-external-locking--port=3306--socket=/var/lib/mysql/mysql.sock

How to modify the location of MySQL log files

Root119090.00.03908664pts/0S+03:030:00grepmysqld

Chkconfig--list discovery is specified by chkconfigon

Vim/etc/init.d/mysqld learned that it has been configured here.

Get_mysql_optionmysqlddatadir "/ var/lib/mysql"

Datadir= "$result"

Get_mysql_optionmysqldsocket "$datadir/mysql.sock"

Socketfile= "$result"

Get_mysql_optionmysqld_safelog-error "/ var/log/mysqld.log"

Errlogfile= "$result"

Get_mysql_optionmysqld_safepid-file "/ var/run/mysqld/mysqld.pid"

Mypidfile= "$result"

Just change it here.

On how to modify the location of log files in MySQL to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

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