<?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>Web Development Blog &#187; phpmyadmin</title>
	<atom:link href="http://www.web-development-blog.com/archives/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com</link>
	<description>Read about Website Development, Online Marketing and Web Hosting</description>
	<lastBuildDate>Sun, 05 Feb 2012 22:34:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Optimize MySQL tables for better performance</title>
		<link>http://www.web-development-blog.com/archives/mysql-optimize-table/</link>
		<comments>http://www.web-development-blog.com/archives/mysql-optimize-table/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 07:05:56 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=2315</guid>
		<description><![CDATA[A web applications like Wordpress will produce a lot of overhead on your database tables. Each overhead will make your database a little slower because more memory (RAM) is used. This PHP tutorial is for the beginning webmaster and also useful for the professional webmaster, which host his websites on a <a href="http://www.web-development-blog.com/cloud-hosting/" title="Cloud Hosting Comparison">VPS or dedicated server</a>. <br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.5" /></div><div>Rating: 8.5/<strong>10</strong> (2 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/mysql-optimize-table/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How-to Install a Linux Web Server (Ubuntu)</title>
		<link>http://www.web-development-blog.com/archives/how-to-install-a-linux-web-server-ubuntu/</link>
		<comments>http://www.web-development-blog.com/archives/how-to-install-a-linux-web-server-ubuntu/#comments</comments>
		<pubDate>Thu, 04 Aug 2011 22:14:15 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=1737</guid>
		<description><![CDATA[Installing a web server for a production environment, with Ubuntu as operating system, is not too difficult because most of the required packages don&#8217;t need a lot of configurations. In this tutorial we create a (power) user, we install Apache, PHP and MySQL, phpMyAdmin and several other services needed to run a powerful and secure [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.0" /></div><div>Rating: 8.0/<strong>10</strong> (1 vote cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/how-to-install-a-linux-web-server-ubuntu/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>More advanced features in phpMyAdmin</title>
		<link>http://www.web-development-blog.com/archives/more-advanced-features-in-phpmyadmin/</link>
		<comments>http://www.web-development-blog.com/archives/more-advanced-features-in-phpmyadmin/#comments</comments>
		<pubDate>Mon, 12 May 2008 04:43:33 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[mime]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/more-advanced-features-in-phpmyadmin/</guid>
		<description><![CDATA[This is part two of the article &#8220;Database management with phpMyAdmin&#8221; a review of the book &#8220;Mastering phpMyAdmin&#8221; and the open source software phpMyAdmin. The PMA relational system In MySQL there is no native function to create relations between several database tables. Using the InnoDB database type makes it possible to link with foreign keys [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/more-advanced-features-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Database Management with phpMyAdmin</title>
		<link>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/</link>
		<comments>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/#comments</comments>
		<pubDate>Mon, 12 May 2008 04:41:37 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[pma]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/</guid>
		<description><![CDATA[This is part one of the quick review of the book &#8220;Mastering phpMyAdmin for Effective MySQL Management&#8221; and the phpMyAdmin software. This article/review is not just another review about phpMyAdmin, but more some information about features I haven&#8217;t used during the last years of PHP/MySQL web development. About phpMyAdmin PMA is a full featured tool [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=6.0" /></div><div>Rating: 6.0/<strong>10</strong> (1 vote cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 28/63 queries in 0.060 seconds using disk: basic
Object Caching 666/717 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-07 08:44:48 -->
