<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Binary Logs &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/binary-logs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Fri, 27 Jun 2014 16:13:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to enable binary logging in MySql?</title>
		<link>https://www.techawaken.com/enable-binary-logging-mysql/</link>
				<comments>https://www.techawaken.com/enable-binary-logging-mysql/#respond</comments>
				<pubDate>Sat, 14 Jun 2014 18:49:23 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Binary Logs]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=561</guid>
				<description><![CDATA[To enable binary logging open the MySql configuration file my.cnf /my.ini and add the following line to the end of [mysqld] section and restart the server:<br />
<br />
<pre>
log_bin=base_name
</pre>

<br />
<br />
Lets say base_name is given as 'mysql-bin'.<br />
<br />
This will write the binary log files in the MySql data directory. Mysql appends a numeric extension to the binary log basename to generate binary log file names. The number increases each time the server creates a new log file, thus creating an ordered series of files.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/mysql-data-directory-size-large-fix/" rel="bookmark" title="MySql data directory size is very large, how to fix?">MySql data directory size is very large, how to fix? </a></li>
<li><a href="https://www.techawaken.com/magento-system-requirements/" rel="bookmark" title="Magento System Requirements">Magento System Requirements </a></li>
<li><a href="https://www.techawaken.com/duplicating-a-database-in-mysql/" rel="bookmark" title="Duplicating a database in MySql">Duplicating a database in MySql </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/enable-binary-logging-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>MySql data directory size is very large, how to fix?</title>
		<link>https://www.techawaken.com/mysql-data-directory-size-large-fix/</link>
				<comments>https://www.techawaken.com/mysql-data-directory-size-large-fix/#respond</comments>
				<pubDate>Mon, 17 Mar 2014 19:58:21 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Binary Logs]]></category>
		<category><![CDATA[Disable Binary Logs]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[Show Binary Logs]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=478</guid>
				<description><![CDATA[My C:\ drive partion space was almost full, so I tried to analyse junk data on my machine to free some space. I noticed that MySql 'data' folder was using around 16GB. Further looking into the data folder I noticed that many mysql binary log files had been created and they were occupying GBs of the space.

After cleaning the log file the 'data' folder size reduced to ~6GB.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/" rel="bookmark" title="Importing large database (&gt; 2 MB) using phpMyAdmin">Importing large database (> 2 MB) using phpMyAdmin </a></li>
<li><a href="https://www.techawaken.com/duplicating-a-database-in-mysql/" rel="bookmark" title="Duplicating a database in MySql">Duplicating a database in MySql </a></li>
<li><a href="https://www.techawaken.com/magento-cache-sessions-created-ubuntu-tmp-directory/" rel="bookmark" title="Magento cache and sessions created in ubuntu tmp directory">Magento cache and sessions created in ubuntu tmp directory </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/mysql-data-directory-size-large-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
