Published
- 1 min read
mysql purge binary logs
The solution for this is noted below
mysql purge binary logs
Solution
# Enter mysql as root with mysql -u root
PURGE BINARY LOGS BEFORE NOW();
Try other methods by searching on the site. That is if this doesn’t work