log-bin configiration
Hi,
I have the follow configuration.
# Logs Bin
log-bin = /devsqllog/binlog
binlog-format = MIXED
binlog_expire_logs_seconds = 3456000 # 40 dias em segundos
max_binlog_size = 5368709120 # 5GB em Bytes
My problem is that binlogs are not written to /devsqllog/binlog, they are written to /devsqllog.
xxxxxx@xxx-xxxxx-xxxx:~$ cd /devsqllog
xxxxxx@xxx-xxxxx-xxxx:/devsqllog$ ls -la
total 36
drwxr-x--- 4 mysql mysql 204 May 6 11:57 .
drwxr-xr-x 25 root root 4096 Apr 14 11:15 ..
drwxr-xr-x 2 mysql root 6 May 6 11:58 binlog
-rw-r----- 1 mysql mysql 181 May 6 11:28 binlog.000001
-rw-r----- 1 mysql mysql 181 May 6 11:30 binlog.000002
-rw-r----- 1 mysql mysql 181 May 6 11:32 binlog.000003
-rw-r----- 1 mysql mysql 181 May 6 11:36 binlog.000004
-rw-r----- 1 mysql mysql 181 May 6 11:37 binlog.000005
-rw-r----- 1 mysql mysql 181 May 6 11:38 binlog.000006
-rw-r----- 1 mysql mysql 158 May 6 11:57 binlog.000007
-rw-r----- 1 mysql mysql 175 May 6 11:57 binlog.index
drwxr-xr-x 3 mysql mysql 26 May 5 17:28 redolog01
xxxxxx@xxx-xxxxx-xxxx:/devsqllog$
What can be happening?
Subject
Written By
Posted
log-bin configiration
May 06, 2025 11:08AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.