MySQL 8.0.35 has binary logging enabled by default. Binary logging logs all statements that change data (such asINSERT,UPDATE,DELETE) as well as data definition statements (likeCREATE,ALTER).
Please check that your MySQL initialization file,my.ini(located in the MySQL installation directory, typicallyC:\mysql\), includes the following…
binlog
MySQL
C:\mysql
binary
Logging
8.0.35
Drive Filling Up