In order to free up space and clear these binlog stuff, do the following:
Enter into mysql and give the following command:
mysql> PURGE BINARY LOGS BEFORE '2024-01-01 00:00:00';
Of course change the date!
Have a nice day!
19-01-2024
In order to free up space and clear these binlog stuff, do the following:
Enter into mysql and give the following command:
mysql> PURGE BINARY LOGS BEFORE '2024-01-01 00:00:00';
Of course change the date!
Have a nice day!