a659cb549caed3fd6c10393cce75147981310449
nextcloud/snap/binlog\343\201\256\350\202\245\345\244\247\345\214\226\343\201\270\343\201\256\345\257\276\345\207\246.md
... | ... | @@ -0,0 +1,14 @@ |
1 | +[MySQL DB Taking up a lot of space - how can I connect to it to see details and clear it out? · Issue #1742 · nextcloud/nextcloud-snap](https://github.com/nextcloud/nextcloud-snap/issues/1742) |
|
2 | +を見ると,既にこの問題は対処されたっぽい. |
|
3 | + |
|
4 | +[MySQL DB Taking up a lot of space - how can I connect to it to see details and clear it out? · Issue #1742 · nextcloud/nextcloud-snap](https://github.com/nextcloud/nextcloud-snap/issues/1742#issuecomment-856858367) |
|
5 | +> The 21.0.1snap2 update purged the logs for me it seems. |
|
6 | + |
|
7 | +しかし,自分の環境では消されていなかったので,手動で初期化してみる, |
|
8 | +確かにbinlog自体も6月3日以降は生成されてないっぽいので,パッチは正しく適用されたのだと思う. |
|
9 | +消されていないlogsを見てみようかと思ったが,binary loggingを有効化していないと見えないっぽい. |
|
10 | +``` |
|
11 | +mysql> show master logs; |
|
12 | +ERROR 1381 (HY000): You are not using binary logging |
|
13 | +``` |
|
14 | +`rm`でとりあえず消しといた. |
|
... | ... | \ No newline at end of file |