<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FBinary_Logs</id>
	<title>MySQL/Binary Logs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FBinary_Logs"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Binary_Logs&amp;action=history"/>
	<updated>2026-05-08T16:34:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=MySQL/Binary_Logs&amp;diff=2997&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Purge Master Logs == PURGE MASTER LOGS Syntax [http://dev.mysql.com/doc/refman/5.0/en/purge-master-logs.html] : Deletes all the binary logs listed in the log index prior to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Binary_Logs&amp;diff=2997&amp;oldid=prev"/>
		<updated>2016-03-08T20:31:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Purge Master Logs == PURGE MASTER LOGS Syntax [http://dev.mysql.com/doc/refman/5.0/en/purge-master-logs.html] : Deletes all the binary logs listed in the log index prior to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Purge Master Logs ==&lt;br /&gt;
PURGE MASTER LOGS Syntax [http://dev.mysql.com/doc/refman/5.0/en/purge-master-logs.html]&lt;br /&gt;
: Deletes all the binary logs listed in the log index prior to the specified log or date. The logs also are removed from the list recorded in the log index file, so that the given log becomes the first.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
: PURGE {MASTER | BINARY} LOGS TO &amp;#039;log_name&amp;#039;&lt;br /&gt;
: PURGE {MASTER | BINARY} LOGS BEFORE &amp;#039;date&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
: PURGE MASTER LOGS TO &amp;#039;mysql-bin.010&amp;#039;;&lt;br /&gt;
: PURGE MASTER LOGS BEFORE &amp;#039;2003-04-02 22:46:26&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
== Reset Master ==&lt;br /&gt;
RESET MASTER Syntax [http://dev.mysql.com/doc/refman/5.0/en/reset-master.html]&lt;br /&gt;
:Deletes all binary logs listed in the index file, resets the binary log index file to be empty, and creates a new binary log file (staring at 1).&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
: RESET MASTER&lt;br /&gt;
&lt;br /&gt;
== Show Logs ==&lt;br /&gt;
SHOW BINARY LOGS Syntax [http://dev.mysql.com/doc/refman/5.0/en/show-binary-logs.html]&lt;br /&gt;
: Lists the binary log files on the server. &lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
: SHOW BINARY LOGS&lt;br /&gt;
: SHOW MASTER LOGS&lt;br /&gt;
&lt;br /&gt;
== Show Master Status ==&lt;br /&gt;
SHOW MASTER STATUS Syntax [http://dev.mysql.com/doc/refman/5.0/en/show-master-status.html]&lt;br /&gt;
:Provides status information about the binary log files of the master.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
: SHOW MASTER STATUS&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>