<?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>php mysql apache &#187; mysql</title>
	<atom:link href="http://www.phpmysqlapache.com/wordpress/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlapache.com/wordpress</link>
	<description>Provides simple tips and tricks about php programming, mysql databases, apache web server and linux servers</description>
	<lastBuildDate>Wed, 23 Sep 2009 12:53:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Identifying MySQL slow queries</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 16:01:46 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/</guid>
		<description><![CDATA[Identifying slow db queries is critical for the optimal operation of the db server. There is an excellent guide that helps to accomplish this task: http://www.ducea.com/2006/11/06/identifying-mysql-slow-queries/
          Share/Save]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/12/06/identifying-mysql-slow-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activate slow queries log</title>
		<link>http://www.phpmysqlapache.com/wordpress/2007/02/27/activate-slow-queries-log/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2007/02/27/activate-slow-queries-log/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 10:31:48 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.phpmysqlapache.com/wordpress/2007/02/27/activate-slow-queries-log/</guid>
		<description><![CDATA[If your mysql database is not as fast as it used to be, maybe it is a good idea to activate the slow queries log. Add the following lines in your .my.cnf file:
PLAIN TEXT
CODE:




&#91;mysqld&#93;


log_slow_queries=/var/log/mysql-slow-queries.log


long_query_time=2 






All the queries that take more than 2sec to execute will be logged in the /var/log/mysql-slow-queries.log file
     [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2007/02/27/activate-slow-queries-log/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cakephp, mysql and utf8 problem</title>
		<link>http://www.phpmysqlapache.com/wordpress/2006/09/08/cakephp-mysql-41-and-utf8-problem/</link>
		<comments>http://www.phpmysqlapache.com/wordpress/2006/09/08/cakephp-mysql-41-and-utf8-problem/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 22:45:48 +0000</pubDate>
		<dc:creator>msti</dc:creator>
				<category><![CDATA[cakephp]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://phpmysqlapache.com/wordpress/?p=5</guid>
		<description><![CDATA[Cakephp rocks. I just stared making a new site with cakephp and I already had a problem. The mysql encoding did not work properly for my language (greek). I made my database using utf8_unicode_ci but certain character appear wrong.
This is the solution:
Create a new file app_model.php, place it in your app folder. Put the following [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlapache.com/wordpress/2006/09/08/cakephp-mysql-41-and-utf8-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
