<?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>Queen of Pantura &#187; Computer &amp; Programming</title>
	<atom:link href="http://lisdiana.web.id/category/computerprogramming/feed/" rel="self" type="application/rss+xml" />
	<link>http://lisdiana.web.id</link>
	<description>Lisdiana</description>
	<lastBuildDate>Tue, 08 Aug 2017 06:50:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
		<item>
		<title>Logging with MySQL</title>
		<link>http://lisdiana.web.id/logging-with-mysql/</link>
		<comments>http://lisdiana.web.id/logging-with-mysql/#comments</comments>
		<pubDate>Mon, 07 Jul 2014 07:57:26 +0000</pubDate>
		<dc:creator>Queen Pantura</dc:creator>
				<category><![CDATA[Computer & Programming]]></category>

		<guid isPermaLink="false">http://lisdiana.web.id/?p=205</guid>
		<description><![CDATA[Steps to create MySQL log. 1. Open my.ini file. My file stored in C:\xampp\mysql\bin\my.ini 2. Find [mysqld] 3. Write at the last line under [mysqld] general_log = 1 slow_query_log = 1 general_log_file = &#8220;C:/xampp/mysql/query.log&#8221; log_slow_queries = &#8220;C:/xampp/mysql/queryslow.log&#8221; General log file is create all log of your mysql. Slow log file is create slow query of your [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Steps to create MySQL log.</p>
<p>1. Open my.ini file. My file stored in C:\xampp\mysql\bin\my.ini</p>
<p>2. Find [mysqld]</p>
<p>3. Write at the last line under [mysqld]</p>
<p>general_log = 1<br />
slow_query_log = 1<br />
general_log_file = &#8220;C:/xampp/mysql/query.log&#8221;<br />
log_slow_queries = &#8220;C:/xampp/mysql/queryslow.log&#8221;</p>
<p>General log file is create all log of your mysql.</p>
<p>Slow log file is create slow query of your mysql. By default time of slow is 10 seconds.</p>
<p>The path is an optional depend on where you want save the log file.</p>
<p>4. Restart mysql</p>
<p>5. Do something on your browser, for example : localhost/{your folder}</p>
<p>6. Open file query.log, see your my sql log.</p>
<p>Hope it help <img src='http://lisdiana.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://lisdiana.web.id/logging-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
