MySQL Purge Binary Logs

From UNIX Systems Administration
Revision as of 11:47, 26 July 2012 by Michael Kohler (talk | contribs) (Created page with "# Change to the directory containing the binary log files. # Flush the logs ## <tt>'''# mysqladmin flush-logs -p -uroot'''</tt>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  1. Change to the directory containing the binary log files.
  2. Flush the logs
    1. # mysqladmin flush-logs -p -uroot