<?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>LearnComputer &#187; mysql</title> <atom:link href="http://www.learncomputer.com/category/databases/mysql/feed/" rel="self" type="application/rss+xml" /><link>http://www.learncomputer.com</link> <description>Your Information Technology Trainers</description> <lastBuildDate>Sat, 04 Feb 2012 00:04:44 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>MySQL Replication</title><link>http://www.learncomputer.com/mysql-replication/</link> <comments>http://www.learncomputer.com/mysql-replication/#comments</comments> <pubDate>Sat, 20 Aug 2011 00:45:38 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[mysql]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=4518</guid> <description><![CDATA[MySQL Replication is a great way to increase the amount of load your MySQL server can handle; by having multiple nodes, the read performance of your database can be substantially increased. This article is here to give you an example setup, and show you step-by-step how to configure a MySQL server.<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/mysql-replication/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP &amp; MySQL Best Practices for Rock-Solid Applications</title><link>http://www.learncomputer.com/php-mysql-best-practices/</link> <comments>http://www.learncomputer.com/php-mysql-best-practices/#comments</comments> <pubDate>Fri, 11 Mar 2011 08:55:13 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[best practices]]></category> <category><![CDATA[php framework]]></category> <category><![CDATA[php frameworks]]></category> <category><![CDATA[scalable web applications]]></category> <category><![CDATA[web development]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=801</guid> <description><![CDATA[PHP and MySQL are often the preferred technologies for building web applications because they allow you to build robust web applications very rapidly.  This rapid development, however, sometimes leads to code that is hard to maintain, doesn't scale well or performs poorly.  Fortunately, there are a few things that you can do early in your application development cycle that will keep your application from developing problems.  Follow these PHP/MySQL best practices to build rock-solid applications. Also, keep in mind in general that a bit of extra time invested upfront in keeping your code easily maintainable will save you a LOT of time down the road, when your application becomes sufficiently complex!<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/php-mysql-best-practices/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Data Mining with MySQL &#8211; Finding Value in Numbers</title><link>http://www.learncomputer.com/data-mining-mysql/</link> <comments>http://www.learncomputer.com/data-mining-mysql/#comments</comments> <pubDate>Sun, 25 Jul 2010 02:47:04 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[data mining]]></category> <category><![CDATA[mysql]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=3035</guid> <description><![CDATA[When it comes to full scale database analysis, many servers have integrated software packages such as SSIS for Microsoft and dedicated business intelligence tools from SAP, SAS and other forms. Analyzing data with open source technology however requires a bit more work when it comes to implementing an end to end Business Intelligence (BI) tool. While there are a variety of ways to export MySQL data into software packages that can handle modeling, it is important to understand how the process works and the technology required.<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/data-mining-mysql/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Optimizing MySQL Queries</title><link>http://www.learncomputer.com/optimizing-mysql-queries/</link> <comments>http://www.learncomputer.com/optimizing-mysql-queries/#comments</comments> <pubDate>Sat, 29 May 2010 05:39:59 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[databases]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[sql]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=2542</guid> <description><![CDATA[MySQL is a very capable database server.  It powers numerous web sites and applications and is so widely used that it was etched as the "M" in LAMP platform.  One of the reasons MySQL has become so popular is that it can be extremely fast, particularly in cases where data is primarily being read such as web sites.  Even with all its strengths, it is possible for a developer to right a bad query that slows down the database or for the volume of data to reach a point where a normally speedy query becomes quite slow.  Optimizing your MySQL queries will help you gain the most performance from your database.<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/optimizing-mysql-queries/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PHP Interview Questions and Tips</title><link>http://www.learncomputer.com/php-interview-questions-tips/</link> <comments>http://www.learncomputer.com/php-interview-questions-tips/#comments</comments> <pubDate>Sun, 25 Apr 2010 05:16:12 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php and mysql]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=1731</guid> <description><![CDATA[So you've been slinging resumes for a while and now you have an interview for an awesome PHP job.  While part of the interview will be the typical job interview, you should also be prepared for a technical interview.  Technical interviews are often given to determine how well you truly know the technologies with which you'll be working.  There are numerous books and articles to help you prepare for the job interview portion but very little has been said on preparing for a PHP technical interview.<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/php-interview-questions-tips/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>MySQL Caching Techniques</title><link>http://www.learncomputer.com/mysql-caching-techniques/</link> <comments>http://www.learncomputer.com/mysql-caching-techniques/#comments</comments> <pubDate>Tue, 06 Apr 2010 06:07:58 +0000</pubDate> <dc:creator>Michael Dorf</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[caching]]></category><guid
isPermaLink="false">http://www.learncomputer.com/?p=1521</guid> <description><![CDATA[MySQL is an incredibly powerful and robust database which is why it powers so many web sites and web applications today.  However, even the best database often needs additional help to keep up with the high volume demands of popular sites or web applications.  MySQL is no exception.  One way that many developers squeeze additional performance from MySQL is through caching in order to reduce the number of queries hitting the database.  There are a number of techniques for caching MySQL queries.<h3>Related Photos</h3><ol></ol>]]></description> <wfw:commentRss>http://www.learncomputer.com/mysql-caching-techniques/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.learncomputer.com @ 2012-02-05 01:31:32 by W3 Total Cache -->
