<?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>A Guide to Technology &#187; mysql</title>
	<atom:link href="http://www.webnol.org/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webnol.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Sep 2011 16:44:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to change Mysql data directory location</title>
		<link>http://www.webnol.org/how-to-change-mysql-data-directory-location/</link>
		<comments>http://www.webnol.org/how-to-change-mysql-data-directory-location/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 10:33:48 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=722</guid>
		<description><![CDATA[Mysql is most famous open source RDBMS (Relational database management system) software used by millions of websites. Most of website with very large Mysql database experience storage problem because /var partition is to small which holds Mysql data files and folder by default. If you are experiencing such a problem then you have to move [...]


Related posts:<ol><li><a href='http://www.webnol.org/backup-and-restore-large-mysql-database/' rel='bookmark' title='Backup and restore large mysql database'>Backup and restore large mysql database</a></li>
<li><a href='http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/' rel='bookmark' title='Get rid of mysql sleep process/connections'>Get rid of mysql sleep process/connections</a></li>
<li><a href='http://www.webnol.org/vodafone-3g-data-card-tariff-for-postpaid-and-prepaid/' rel='bookmark' title='Vodafone 3g data card tariff for postpaid and prepaid'>Vodafone 3g data card tariff for postpaid and prepaid</a></li>
<li><a href='http://www.webnol.org/access-your-document-anywhere-with-dropbox/' rel='bookmark' title='Access your document anywhere with Dropbox'>Access your document anywhere with Dropbox</a></li>
<li><a href='http://www.webnol.org/bsnl-3g-data-plans-and-tariff/' rel='bookmark' title='Bsnl 3g data plans and tariff'>Bsnl 3g data plans and tariff</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/how-to-change-mysql-data-directory-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of mysql sleep process/connections</title>
		<link>http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/</link>
		<comments>http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/#comments</comments>
		<pubDate>Wed, 13 May 2009 17:12:10 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=177</guid>
		<description><![CDATA[Some times there are many many sleep processes in your SQL connection. These sleep connections consume a lot of resources (RAM, cache and processor). This can cause you mysql server slow down. If your mysql server is not responding then the query to the database will take a lot of time. In such situations, your [...]


Related posts:<ol><li><a href='http://www.webnol.org/backup-and-restore-large-mysql-database/' rel='bookmark' title='Backup and restore large mysql database'>Backup and restore large mysql database</a></li>
<li><a href='http://www.webnol.org/how-to-change-mysql-data-directory-location/' rel='bookmark' title='How to change Mysql data directory location'>How to change Mysql data directory location</a></li>
<li><a href='http://www.webnol.org/how-to-speed-up-your-website/' rel='bookmark' title='How to reduce the load time of your website'>How to reduce the load time of your website</a></li>
<li><a href='http://www.webnol.org/use-two-internet-connections-at-same-time/' rel='bookmark' title='Use two internet connections at same time'>Use two internet connections at same time</a></li>
<li><a href='http://www.webnol.org/google-advanced-search-tips/' rel='bookmark' title='Google advanced search Tips'>Google advanced search Tips</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backup and restore large mysql database</title>
		<link>http://www.webnol.org/backup-and-restore-large-mysql-database/</link>
		<comments>http://www.webnol.org/backup-and-restore-large-mysql-database/#comments</comments>
		<pubDate>Wed, 13 May 2009 16:56:56 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[server administration]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=165</guid>
		<description><![CDATA[If you have very large mysql database then it is very hard to backup and restore using the conventional phpmyadmin or any other program ( like bigdump). In this Tutorial I will explain you how to backup and restore a larger database ( having millions of rows). This tutorial can be used while moving your database [...]


Related posts:<ol><li><a href='http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/' rel='bookmark' title='Get rid of mysql sleep process/connections'>Get rid of mysql sleep process/connections</a></li>
<li><a href='http://www.webnol.org/how-to-change-mysql-data-directory-location/' rel='bookmark' title='How to change Mysql data directory location'>How to change Mysql data directory location</a></li>
<li><a href='http://www.webnol.org/how-to-speed-up-your-website/' rel='bookmark' title='How to reduce the load time of your website'>How to reduce the load time of your website</a></li>
<li><a href='http://www.webnol.org/restore-deleted-recycle-bin-icon-in-windows-vista/' rel='bookmark' title='Restore deleted  Recycle Bin icon in windows vista'>Restore deleted  Recycle Bin icon in windows vista</a></li>
<li><a href='http://www.webnol.org/install-personal-webserver-on-ubuntu-desktop/' rel='bookmark' title='Install personal webserver on Ubuntu Desktop'>Install personal webserver on Ubuntu Desktop</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/backup-and-restore-large-mysql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reduce the load time of your website</title>
		<link>http://www.webnol.org/how-to-speed-up-your-website/</link>
		<comments>http://www.webnol.org/how-to-speed-up-your-website/#comments</comments>
		<pubDate>Sun, 10 May 2009 10:06:13 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=154</guid>
		<description><![CDATA[Does your website take too much time to load? The load time of your website could be a crucial parameter that makes it impressive and useful for its end users. Normally the websites with too many graphics and heavy designs take long time to load. However, sometimes even simple and light weight  designed websites take [...]


Related posts:<ol><li><a href='http://www.webnol.org/get-rid-of-mysql-sleep-processconnections/' rel='bookmark' title='Get rid of mysql sleep process/connections'>Get rid of mysql sleep process/connections</a></li>
<li><a href='http://www.webnol.org/backup-and-restore-large-mysql-database/' rel='bookmark' title='Backup and restore large mysql database'>Backup and restore large mysql database</a></li>
<li><a href='http://www.webnol.org/how-to-change-mysql-data-directory-location/' rel='bookmark' title='How to change Mysql data directory location'>How to change Mysql data directory location</a></li>
<li><a href='http://www.webnol.org/host-your-website-on-google-for-free/' rel='bookmark' title='Host your website on Google for free'>Host your website on Google for free</a></li>
<li><a href='http://www.webnol.org/install-personal-webserver-on-ubuntu-desktop/' rel='bookmark' title='Install personal webserver on Ubuntu Desktop'>Install personal webserver on Ubuntu Desktop</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/how-to-speed-up-your-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

