mysql purge binary logs

Solutions on MaxInterview for mysql purge binary logs by the best coders in the world

showing results for - "mysql purge binary logs"
Finn
12 Oct 2020
1# Enter mysql as root with mysql -u root
2PURGE BINARY LOGS BEFORE NOW();