<?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>Techie Buzz &#187; MySQL</title> <atom:link href="http://techie-buzz.com/tag/mysql/feed" rel="self" type="application/rss+xml" /><link>http://techie-buzz.com</link> <description>Know your technology head on</description> <lastBuildDate>Sun, 27 May 2012 12:00:55 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</title><link>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</link> <comments>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#comments</comments> <pubDate>Mon, 20 Feb 2012 15:42:00 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Wordpress Tips]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html</guid> <description><![CDATA[When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon because it meant that I could do more with less. However, having used WordPress I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972h21pq3qztrumslyaqlrlscumbag1338120972trb3wt98kdru8qoicgt81338120972.etc" class="scumbags" /><p>When I initially started out with using VPS, I had tons of problems with Apache but quickly switched to Nginx which has proven to be more than a boon, because it meant that I could do more with less. However, having used <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a> I have come to know that the system is not necessarily scalable in itself when it comes to self-hosted websites.</p><p>In the past, I have written about the <a href="http://techie-buzz.com/annoucements/techie-buzz-server-architecture.html" target="_blank">architecture that powers Techie Buzz</a> and several guides like <a href="http://weblogtoolscollection.com/archives/2010/03/27/scaling-wordpress-part-1-using-mysql-replication-and-hyperdb/">Scaling WordPress Using MySQL Replication and HyperDB</a> and <a href="http://techie-buzz.com/webmaster-tips/how-to-setup-memcached-ubuntu-wordpress.html" target="_blank">setting up memcache with WordPress</a> among others.</p><p>However, over time, I have learned quite a few things about managing WordPress for a website with heavy traffic and also sorted out several issues which had become a bottleneck for us.</p><p>One of the biggest issues I have faced over time with WordPress is the database. More often than not WordPress websites work slower than expected because of the MySQL database and heavy load on it. However, many a times a simple change in MySQL could speed up the website considerably.</p><p>The default engine (not forced by WordPress) while installing WordPress is MyISAM for most hosting companies. The problem with MyISAM is that it locks the entire table when it inserts or updates rows. This in turn locks other queries which are accessing the same table slowing down the entire website in the process.</p><p>For example, when you are updating a post, you will be updating the wp_posts table and during this update all other select, insert, update and delete queries will be queued till the insert/update query completes. This in itself should not be a big problem when you have a site with less traffic. However, it does make a big impact when you have a large website with multiple queries being run every minute or so.</p><p>So what is the solution for this? Well, the best I could implement was switching the tables with the frequent queries to InnoDB. InnoDB is a storage engine in MySQL which might become the default one in future MySQL versions. With an InnoDB table the queries don&#8217;t lock the entire table, but just lock a single row it is inserting/updating. This leaves the other queries to complete without having to wait in a queue.</p><p>Making this small change has definitely made life easier for us. Along with our other caching mechanisms we now have almost 0 load on our database, which is definitely a great thing.</p><p>While this has definitely been helpful for us, I would suggest that you spend some time reading up the differences between MyISAM and InnoDB and their advantages and disadvantages before you make the move. Once you are convinced that you are ready to migrate, head over to my earlier guide on <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" target="_blank">how to safely and easily migrate tables from MyISAM to InnoDB Engine</a>.</p> <img src="http://cache.techie-buzz.com/1338120972h21pq3qztrumslyaqlrlscumbag1338120972trb3wt98kdru8qoicgt81338120972.etc" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it http%3A%2F%2Fbit.ly%2Fyhe0pc via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html&title=Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips" rel="tag">Wordpress Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" title="Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it">Is Your WordPress Site Slow? Problem May Lie With MySQL, Here is How to Fix it</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Monday 20th February 2012 10:42:00 AM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily</title><link>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html</link> <comments>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html#comments</comments> <pubDate>Sun, 19 Feb 2012 23:16:08 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Webmaster Tips]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[WordPress Tips and Tricks]]></category><guid isPermaLink="false">http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html</guid> <description><![CDATA[Migrate from MyISAM to InnoDB in MySQL safely and easily. Learn how to migrate from MyISAM to InnoDB in MySQL by keeping backups and not breaking your website.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972am5obo1o4t3bqqa50uscumbag1338120972kzg7xzkkzy3izzq11q21338120972.god" class="scumbags" /><p>Since the time that I have run this site, I have had my fights with keeping the website running smoothly. However, over time, I have identified several areas we need to improve on and one of them has been MySQL.</p><p>The problem I have had with MySQL is whether to use the MyISAM engine or the InnoDB engine. I have more recently tilted towards using InnoDB more often than not because of the advantages it has for a high traffic website. Though, I won&#8217;t go over the advantages in detail here, I might ask you to read my article on <a href="http://techie-buzz.com/webmaster-tips/fix-slow-wordpress-website.html" target="_blank">why we switched to InnoDB</a>.</p><p>Nevertheless, here is a quick and easy tutorial on how to switch from a MyISAM engine to a InnoDB engine safely and easily. You can run these queries on the command prompt or use a GUI like PHP MyAdmin as well. However, you must note that the data in your MyISAM table might not be similar to your new table due to frequent updates and you might want to plan downtime so that you don&#8217;t lose data or have to sync the tables again.</p><p>So without further ado, here are the steps:</p><h3>Create a Replica Table</h3><p>The first step is to create a replica table of the one you want to switch the engines for, for that run the query given below. Make sure to replace the table names as appropriate.</p><blockquote><p>CREATE TABLE <em>new_table</em> LIKE <em>old_table</em>;</p></blockquote><p>Once you have run this query you&#8217;ll have a new table which has the same schema as the older table and you are already on your way.</p><h3>Drop FULLTEXT Indexes in New Table</h3><p>The biggest difference, if you measure it that way is that InnoDB tables do not support FULLTEXT indexes. So before we do anything else you will have to drop the FULLTEXT indexes from the table you just created. To do that follow the steps given below.</p><p>Run the query:</p><blockquote><p>SHOW INDEX from <em>new_table</em> where index_type=&#8217;FULLTEXT&#8217;;</p></blockquote><p>Drop individual indexes from the query (rename indexname for the index you want to drop):</p><blockquote><p><i>ALTER TABLE new_table DROP INDEX indexname;</i></p></blockquote><p>Once you have done that, you are now ready to move your MyISAM table to the InnoDB engine. So lets get ahead with it.</p><h3>Moving MyISAM Table to InnoDB Engine</h3><p>The next move is to update the Engine of your MySQL table to InnoDB. For that, you will have to run the following query:</p><blockquote><p>ALTER TABLE new_table ENGINE = InnoDB;</p></blockquote><p>That&#8217;s it. You now have the new table in InnoDB format, now you just need to move the data.</p><h3>Move Data From Old Table to New Table</h3><p>You will need to move the data from the old table to the new table. To do that, run the following query:</p><blockquote><p>INSERT new_table SELECT * FROM old_table;</p></blockquote><p>And the data is finally there. The last but not the least step is to switch between your older MyISAM table to your new InnoDB table.</p><h3>Rename Old Table to Backup and New Table to Old</h3><p>Run the following queries to rename your tables:</p><blockquote><p>Rename Table old_table TO old_table_backup;</p><p>Rename Table new_table TO old_table;</p></blockquote><p>That&#8217;s it. You have now successfully migrated your MyISAM table to the InnoDB engine while having a backup which you can quickly switch to by renaming the backup table again.</p> <img src="http://cache.techie-buzz.com/1338120972am5obo1o4t3bqqa50uscumbag1338120972kzg7xzkkzy3izzq11q21338120972.god" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily http%3A%2F%2Fbit.ly%2FwqzraV via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html&title=How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/webmaster-tips" rel="tag">Webmaster Tips</a>, <a href="http://techie-buzz.com/tag/wordpress-tips-and-tricks" rel="tag">WordPress Tips and Tricks</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html" title="How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily">How To Migrate From MyISAM to InnoDB in MySQL Safely and Easily</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Sunday 19th February 2012 06:16:08 PM under <a href="http://techie-buzz.com/category/webmaster-tips" title="View all posts in Webmaster Tips" rel="category tag">Webmaster Tips</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/webmaster-tips/migrate-from-myisam-to-innodb-mysql-safely.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community</title><link>http://techie-buzz.com/foss/oracle-mysql-open-core.html</link> <comments>http://techie-buzz.com/foss/oracle-mysql-open-core.html#comments</comments> <pubDate>Sat, 24 Sep 2011 21:37:39 +0000</pubDate> <dc:creator>Chinmoy Kanjilal</dc:creator> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[MySQL]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=61911</guid> <description><![CDATA[Open core maintains a feeling of goodwill while taking away the aesthetic value of these freedoms. With this move, Oracle shows that it has the right to distribute MySQL components as commercial products.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972r6rmf3r6z6ps4o5ao5qrscumbag133812097220cttucpk22ea4j9b0r51338120972.png" class="scumbags" /><p>There has to be a day when Oracle stops disappointing the world of open source. Right after the acquisition of Sun Microsystems, everything Oracle has done took open-source projects under Sun Microsystems on a slide downhill. Recently,  <a href="http://blogs.computerworlduk.com/simon-says/2011/09/open-core-mysql/index.htm">many publications</a>  are talking about  <a href="http://www.networkworld.com/community/node/78734">MySQL becoming open-core</a>  but if we look closely, Oracle started out with this very outlook for MySQL! To be precise, Oracle says in  <a href="http://blogs.oracle.com/MySQL/entry/new_commercial_extensions_for_mysql">its announcement of commercial extensions</a>  for MySQL,</p><blockquote><p>Continuing the business model of MySQL, we are adding three new commercial extensions to MySQL Enterprise Edition.<br /> <img class="aligncenter" src="http://cache.techie-buzz.com/images4/chinmoy/mysql-logo.jpg" alt="http://cache.techie-buzz.com/images4/chinmoy/mysql-logo.jpg" /><br /> Existing commercial customers who are entitled to a  <a href="http://mysql.com/products/enterprise/">MySQL Enterprise Edition</a>  subscription can log into <a href="https://support.oracle.com/CSP/ui/flash.html">My Oracle Support</a> and download these immediately.<br /> For others who want to try these new capabilities, we will make them available shortly, via the  <a href="https://edelivery.oracle.com/">30-day<br /> free trial of MySQL Enterprise Edition</a>.</p><p>Tell me why that does not sound familiar. We have seen this ideology earlier. Both Eclipse and Cygwin are based on the ideology of  <a href="http://en.wikipedia.org/wiki/Open_core">Open Core</a>  and MySQL seems to be taking the same path. Something about this open-core does not seem right. At least, it does not fall in line with the four basic freedoms of free-software, namely,</p></blockquote><ul><li>The freedom to run the program, for any purpose (freedom 0)</li><li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1)</li><li>The freedom to redistribute copies so you can help your neighbor (freedom 2)</li><li>The freedom to distribute copies of your modified versions to others (freedom 3)</li></ul><p>Open core maintains a feeling of goodwill while taking away the aesthetic value of these freedoms. With this move, Oracle shows that it has the right to distribute MySQL components as commercial products. In other words, what would otherwise have arrived, as an enhanced version of MySQL with added features, will come as MySQL with commercial enhancements.</p> <img src="http://cache.techie-buzz.com/1338120972r6rmf3r6z6ps4o5ao5qrscumbag133812097220cttucpk22ea4j9b0r51338120972.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/foss/oracle-mysql-open-core.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community http%3A%2F%2Fbit.ly%2Fp1N15K via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/foss/oracle-mysql-open-core.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/foss/oracle-mysql-open-core.html&title=Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/foss/oracle-mysql-open-core.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/foss/oracle-mysql-open-core.html&title=Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/foss/oracle-mysql-open-core.html&title=Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/foss/oracle-mysql-open-core.html" title="Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community">Oracle Assumes MySQL is Open Core, Invites the Wrath of the Open Source Community</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Chinmoy Kanjilal on Saturday 24th September 2011 05:37:39 PM under <a href="http://techie-buzz.com/category/foss" title="View all posts in Open Source Software" rel="category tag">Open Source Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/foss/oracle-mysql-open-core.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MySQL.com Database Compromised By Blind SQL Injection</title><link>http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html</link> <comments>http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html#comments</comments> <pubDate>Sun, 27 Mar 2011 19:56:34 +0000</pubDate> <dc:creator>Simon LR</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Online Security]]></category> <category><![CDATA[Oracle]]></category> <category><![CDATA[Security Breach]]></category> <category><![CDATA[SUN]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=47591</guid> <description><![CDATA[MySQL.com database has been compromised by Blind SQL Injection. MySQL databases and tables leaked through a security breach carried out through an SQL Injection.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972e07ejx69ydygbnr4hz4scumbag1338120972g81sffs9oiur9i1ib1wf1338120972.png" class="scumbags" /><p>An <a href="http://seclists.org/fulldisclosure/2011/Mar/309">email</a> was sent out earlier today on the <a href="http://seclists.org/fulldisclosure/">Full-Disclosure</a> mailing list, detailing the compromise of numerous MySQL websites along with portions of their database containing usernames and passwords.</p><p><img style="background-image: none; border-right-width: 0px; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="mysql_logo" border="0" alt="mysql_logo" src="http://cache.techie-buzz.com/images2/keith/MyS.com-Database-Compromised-By-Blind-SQ_DE75/mysql_logo.jpg" width="232" height="121" /></p><p>MySQL offers database software and services for businesses at an enterprise level as well as services for online retailers, web forums and even governments. The vulnerability for the attack, completed using blind SQL injection and targeted servers including MySQL.com, MySQL.fr, MySQL.de and MySQL.it, was initially found by &quot;TinKode&quot; and &quot;Ne0h&quot; of Slacker.Ro (according to their pastebin.com/BayvYdcP dump of the stolen credentials) but published by &quot;Jackh4x0r&quot;.</p><p>The stolen database contain both member and employee email addresses and credentials, as well as tables with customer and partner information and internal network details. Hashes from the database have been posted, with some having been already cracked.</p><p>A submission to <a href="http://www.xssed.com/mirror/71496/">XSSed.com</a> also details an XSS (Cross Site Scripting) vulnerability affecting MySQL.com that may have provided a secondary entry point for compromising visitors or employees with the organization since early January of 2011.</p><p>This is definitely a shame for the folks behind MySQL since they were bought by Sun and later on by Oracle (through the Sun acquisition). MySQL is used by millions of users for small and medium sized databases, including by the popular blogging software <a title="Articles related to WordPress" href="http://techie-buzz.com/tag/wordpress" target="_blank">WordPress</a>.</p><p>The email sent to Full Disclosure lists out all the databases, tables and even some password hashes for the users at MySQL.com. There has been no response from MySQL on this issue yet. We have contacted them for a comment and will update this post once more information becomes available.</p><p>More updates coming soonâ€¦.</p><p><strong>Update:</strong> This hack also compromised the database at Sun.com, more info on this at <a href="http://tinkode27.baywords.com/">http://tinkode27.baywords.com/</a></p> <img src="http://cache.techie-buzz.com/1338120972e07ejx69ydygbnr4hz4scumbag1338120972g81sffs9oiur9i1ib1wf1338120972.png" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=MySQL.com Database Compromised By Blind SQL Injection http%3A%2F%2Fbit.ly%2Fhm7NC4 via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html&title=MySQL.com Database Compromised By Blind SQL Injection" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html&title=MySQL.com Database Compromised By Blind SQL Injection" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html&title=MySQL.com Database Compromised By Blind SQL Injection" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/online-security" rel="tag">Online Security</a>, <a href="http://techie-buzz.com/tag/oracle" rel="tag">Oracle</a>, <a href="http://techie-buzz.com/tag/security-breach" rel="tag">Security Breach</a>, <a href="http://techie-buzz.com/tag/sun" rel="tag">SUN</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html" title="MySQL.com Database Compromised By Blind SQL Injection">MySQL.com Database Compromised By Blind SQL Injection</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Simon LR on Sunday 27th March 2011 03:56:34 PM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html/feed</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>MySQL And Java Doing Well Under Oracle</title><link>http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html</link> <comments>http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html#comments</comments> <pubDate>Sun, 18 Jul 2010 14:14:39 +0000</pubDate> <dc:creator>Ricky Laishram</dc:creator> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Oracle]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=29891</guid> <description><![CDATA[According to a developer survey conducted by Jaspersoft, Java and MySQL has not been affected much by Oracle's acquisition of Sun Microsystems. In fact, they are doing quite well under Oracle.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972fz7bu9dbbtzc0m4ejfmbscumbag1338120972yceidjqhh899htp1d66x1338120972.etc" class="scumbags" /><p style="text-align: justify;">After <a href="http://techie-buzz.com/foss/the-opensolaris-governing-board-threatens-to-dissolve-itself.html">the drama over OpenSolaris a few days back</a>, one might be tempted to think that the other Sun Microsystems products like MySQL and Java would be having problems too.</p><p style="text-align: justify;">Well, according to a developer survey conducted by<a href="http://jaspersoft.com/" target="_blank"> Jaspersoft</a>, Java and MySQL has not been affected much by Oracle&#8217;s acquisition of Sun Microsystems. In fact, they are doing quite well under Oracle.</p><p style="text-align: justify;">Here are some interesting things from the survey:</p><ul style="text-align: justify;"><li>More than 75 percent of respondents said their use of MySQL would increase or stay the same under Oracle.</li><li>More than 75 percent of respondents predicted that MySQL development would continue at the same pace and even improve under Oracle.</li><li>Almost all respondents said they&#8217;d continue to use Java, or increase the use of Java in their organization, under Oracle. These results say Java is still a vibrant and popular programming language.</li><li>Nearly 80 percent of respondents felt that the Java Community Process (JCP) would remain the same or improve under Oracle.</li></ul><p style="text-align: justify;">The result for Java is not surprising considering the fact that there are not many alternatives to Java right now. However, despite the availability of the other database management systems, most of the developers still prefer MySQL.  So yes the developers still trust Oracle to keep MySQL and Java alive.</p><p style="text-align: justify;">However, it would be wrong to compare this with the issue surrounding OpenSolaris. Java and MySQL are very widely used and Oracle can only gain by continuing to support them. The case is different with OpenSolaris though. OpenSolaris is almost non-existent in desktops; even for supercomputers <a href="http://en.wikipedia.org/wiki/Usage_share_of_operating_systems#Supercomputers" target="_blank">only 2 of TOP500 supercomputers run on OpenSolaris</a>.</p><p style="text-align: justify;">[via: <a href="http://news.cnet.com/8301-13846_3-20010602-62.html" target="_blank">cnet news</a>]</p> <img src="http://cache.techie-buzz.com/1338120972fz7bu9dbbtzc0m4ejfmbscumbag1338120972yceidjqhh899htp1d66x1338120972.etc" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=MySQL And Java Doing Well Under Oracle http%3A%2F%2Fbit.ly%2F943K6f via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html&title=MySQL And Java Doing Well Under Oracle" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html&title=MySQL And Java Doing Well Under Oracle" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html&title=MySQL And Java Doing Well Under Oracle" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/java" rel="tag">Java</a>, <a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/oracle" rel="tag">Oracle</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html" title="MySQL And Java Doing Well Under Oracle">MySQL And Java Doing Well Under Oracle</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Ricky Laishram on Sunday 18th July 2010 10:14:39 AM under <a href="http://techie-buzz.com/category/foss" title="View all posts in Open Source Software" rel="category tag">Open Source Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/foss/mysql-and-java-doing-well-under-oracle.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Auto Backup for MySQL Database</title><link>http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html</link> <comments>http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html#comments</comments> <pubDate>Wed, 26 May 2010 04:29:29 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Database]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Reviews]]></category><guid isPermaLink="false">http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html</guid> <description><![CDATA[Auto Backup for MySQL is a MySQL Backup Solution which allows users to schedule the backing up and restoring of your remote and local MySQL Database.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972oisrrcv3a5m18ml82dkrscumbag1338120972v9rhu0oewdslhny4tp8m1338120972.etc" class="scumbags" /><p>If you have a blog or a regular website which makes use of a database to store information, there could be times when the database crashes or for that matter your hosting provider does. In such cases, having backups of your MySQL database is really very very important.</p><p>Of course there are several ways to backup your MySQL data, however, most of those require manual intervention and can be easily forgotten.</p><p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="mysql_auto_backup" border="0" alt="mysql_auto_backup" src="http://cache.techie-buzz.com/images/postimg/AutoBackupforMySQLDatabase_246/mysql_auto_backup.jpg" width="414" height="280" /></p><p>Auto Backup for MySQL is a <a href="http://www.swordsky.com/" target="_blank">MySQL Backup Solution</a> which allows users to schedule the backing up and restoring of your remote and local MySQL Database. Auto Backup for MySQL allows you to create different tasks to backup or restore MySQL database. You can choose to <a href="http://www.swordsky.com/" target="_blank">automatically backup MySQL database</a> to SQL files or also choose to upload them another server or to another database altogether.</p><p>In addition to the above tasks you can also export the MySQL tables to CSV, XML, HTML or Text files and execute regular MySQL queries on the database.</p><p>Once you choose a task, the software will walk you through a wizard which will create the steps required to perform the task. For detailed instruction on creating a task using Auto Backup for MySQL you can visit this <a href="http://www.swordsky.com/articles/how-to-automatically-backup-mysql-database.html" target="_blank">post</a>.</p><h3>Techie Buzz Verdict</h3><p>Considering that the database is the most important part of any website or blog, Auto Backup for MySQL is definitely a useful software. Using the software you can schedule backups to occur at regular intervals, thus ensuring that you have backups in case your database or host crashes.</p><p>However, the only problem I saw with the software is that it expects that the host allows connection from external IP address, whereas many servers come with installations which restrict database access to only local machine. It would be good if the software could allow for SSH tunneling through which it could backup the database too.</p><p>Auto Backup for MySQL is available as a free trial for 15 days, after which you can buy different editions of the software starting at $59.95.</p><p><strong>Download&#160; Link:</strong> <a href="http://www.swordsky.com/">http://www.swordsky.com/</a></p><p><strong>Pro Link:</strong> <a title="http://www.swordsky.com/pro_edition.html" href="http://www.swordsky.com/pro_edition.html">http://www.swordsky.com/pro_edition.html</a></p><p><em>This is a sponsored review of the software, all views in the post are unbiased and true.</em></p> <img src="http://cache.techie-buzz.com/1338120972oisrrcv3a5m18ml82dkrscumbag1338120972v9rhu0oewdslhny4tp8m1338120972.etc" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Auto Backup for MySQL Database http%3A%2F%2Fbit.ly%2FbuCuEM via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html&title=Auto Backup for MySQL Database" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html&title=Auto Backup for MySQL Database" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html&title=Auto Backup for MySQL Database" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/database" rel="tag">Database</a>, <a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/reviews" rel="tag">Reviews</a>, <a href="http://techie-buzz.com/tag/softwares" rel="tag">Software</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html" title="Auto Backup for MySQL Database">Auto Backup for MySQL Database</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Wednesday 26th May 2010 12:29:29 AM under <a href="http://techie-buzz.com/category/softwares" title="View all posts in Software" rel="category tag">Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/softwares/auto-backup-for-mysql-database.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Facebook is Sponsoring and Hiring From TopCoder</title><link>http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html</link> <comments>http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html#comments</comments> <pubDate>Tue, 20 Apr 2010 05:41:31 +0000</pubDate> <dc:creator>Chinmoy Kanjilal</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[MySQL]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=23372</guid> <description><![CDATA[Facebook is now a part of 2010 TopCoder(R) Open as a sponsor. It also has plans of taking in winners as interns and full time employees.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972hfmbdnawc4r1pqsxyagscumbag1338120972mw4m4jcx8bx2kvbq8otx1338120972.ahole" class="scumbags" /><p>Facebook employees are an elite group of coders, engineers and entrepreneurs who have all it takes to manage the 400+ million user base Facebook has developed over years. The Facebook team is extremely small and the ratio of a Facebook engineer to Facebook users is more than one million. This is possibly the largest ratio amongst all tech giants.</p><p>Facebook is now a part of 2010 TopCoder(R) Open as a sponsor. It also has plans of taking in winners as interns and full time employees. Facebook says,</p><blockquote><p>Help develop the second most-trafficked site and one of the largest MySQL installations in the world.</p></blockquote><p>Facebook uses PHP, C++, Python, Java and Erlang besides other languages.</p><p>Every technology has some form of a limit. Tech companies like Facebook hack these technologies to scale them according to their needs and go beyond that limit. Facebook uses Cassandra, Hive, Scribe, and Thrift open source projects and is active in developing them as well.</p><p>Facebook boasts more by saying,</p><blockquote><p>At Facebook, we move fast. Our rapid development cycle is supported by tools that always keep us operating ahead of the curve. Our engineers are able to write code and have it running live on the site that same night &#8211; see the impact you&#8217;re making in real-time.</p></blockquote><p>Learn more at the  <a href="http://www.topcoder.com/tco10" target="_blank">http://www.topcoder.com/tco10</a> page.</p> <img src="http://cache.techie-buzz.com/1338120972hfmbdnawc4r1pqsxyagscumbag1338120972mw4m4jcx8bx2kvbq8otx1338120972.ahole" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Facebook is Sponsoring and Hiring From TopCoder http%3A%2F%2Fbit.ly%2Fc2gxQK via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html&title=Facebook is Sponsoring and Hiring From TopCoder" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html&title=Facebook is Sponsoring and Hiring From TopCoder" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html&title=Facebook is Sponsoring and Hiring From TopCoder" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/facebook" rel="tag">Facebook</a>, <a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html" title="Facebook is Sponsoring and Hiring From TopCoder">Facebook is Sponsoring and Hiring From TopCoder</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Chinmoy Kanjilal on Tuesday 20th April 2010 01:41:31 AM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/facebook-is-sponsoring-and-hiring-from-topcoder.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Oracle&#8217;s Decision on MySQL</title><link>http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html</link> <comments>http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html#comments</comments> <pubDate>Thu, 28 Jan 2010 21:00:41 +0000</pubDate> <dc:creator>Chinmoy Kanjilal</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Oracle]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=17831</guid> <description><![CDATA[Oracle clarified its plans to continue improving MySQL, and do it even better than Sun. Not only this, Edward Screven said, Oracle aims to improve many of MySQL features to make them compatible with Oracle apps. ]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972p8wx7am1klvu4bbtkvjuscumbag1338120972hfvuey1lnvt1a6zurpxe1338120972.ram" class="scumbags" /><p>Discarding all the fuss made over the future of MySQL, Oracle clarified its plans to continue improving MySQL, and do it even better than Sun. Not only this, Edward Screven said, Oracle aims to improve many of MySQL features to make them compatible with Oracle apps.</p><p>Edward Screven, the chief corporate architect will now overlook the development of Open Source projects from the Oracles Open Source Software Division, like MySQL and OpenOffice.org. Screven has hopes of delivering complete, open and integrated systems and challenge IBM in this respect. IBM, before this deal was the largest and unchallenged Open Source Enterprise giant providing an overall experience.</p><p>One thing which is not clearly said yet is if the extensions made to MySQL will be made as an Open Source or a closed source project but the promise of a support will definitely benefit the MySQL developer community numbered at around 400.</p><p>At the same time, the argument of &#8220;There is no point in developing two softwares for the same task&#8221; seems valid as well. My best guess is, Oracle will slowly push out MySQL which had started entering the enterprise market and establish it&#8217;s position as a web based database server. This will keep the two softwares channeled to specific users and Oracle and MySQL will both improve only if they are better in their fields and do not collide.</p> <img src="http://cache.techie-buzz.com/1338120972p8wx7am1klvu4bbtkvjuscumbag1338120972hfvuey1lnvt1a6zurpxe1338120972.ram" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Oracle&#8217;s Decision on MySQL http%3A%2F%2Fbit.ly%2F9gjOfO via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html&title=Oracle&#8217;s Decision on MySQL" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html&title=Oracle&#8217;s Decision on MySQL" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html&title=Oracle&#8217;s Decision on MySQL" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/oracle" rel="tag">Oracle</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html" title="Oracle&#8217;s Decision on MySQL">Oracle&#8217;s Decision on MySQL</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Chinmoy Kanjilal on Thursday 28th January 2010 04:00:41 PM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/oracles-decision-on-mysql.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Help MySQL at helpmysql.org</title><link>http://techie-buzz.com/foss/help-mysql-helpmysql.html</link> <comments>http://techie-buzz.com/foss/help-mysql-helpmysql.html#comments</comments> <pubDate>Tue, 05 Jan 2010 13:00:35 +0000</pubDate> <dc:creator>Chinmoy Kanjilal</dc:creator> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[SUN]]></category><guid isPermaLink="false">http://techie-buzz.com/?p=15035</guid> <description><![CDATA[MySQL fans from around the world have joined forces to save the project from going into the hands of database giant Oracle, which is set out to buy Sun Microsystems.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/1338120972gv1s95rd02syof82j0wsscumbag1338120972ym6oj749spynnlojtrzw1338120972." class="scumbags" /><p>MySQL fans from around the world have joined forces to save the project from going into the hands of database giant Oracle, which has set out to buy Sun Microsystems. Sun Microsystems is the current owner of MySQL, the open source database which is extremely famous all over the world as a database server for websites.</p><p align="center"><img title="sun_oracle" src="http://cache.techie-buzz.com/images/posts/sun_oracle.jpg" alt="sun_oracle" width="399" height="244" /></p><p>Most of the web servers in this world are running on a LAMP server in which, M represents MySQL with L, A and P for Linux, Apache and PHP respectively. MySQL enthusiasts fear that once Oracle acquires Sun Microsystems, the MySQL project will be left at the mercy of Oracle which might as well decide to shut the project down. Speculations are, after the acquisition, Oracle will level out all competition against its primary product and will also increase costs and licensing fees. This will make the small scale businesses pay badly.</p><p>The fear has led to MySQL fans creating a campaign and a website to host their cause at <a href="http://helpmysql.org/" target="_blank">helpmysql.org</a>.</p><p>Some interesting facts at <a href="http://monty-says.blogspot.com" target="_blank">this</a> post of the blog of the MySQL creator Michael &#8220;Monty&#8221; Widenius, are:</p><ul><li>Oracle has offered to buy MySQL twice before.</li><li>Oracle faces losses amounting to $1 billion USD per year because of MySQL.</li><li>Rumors are that the recent Sun layoff were hijacked by Oracle, many of the fred were from MySQL group.</li><li>Oracle&#8217;s last acquisition of Open Source software, InnoDB resulted in slow-down of development.</li><li>One major demand of the helpmysql campaign is that MySQL be released under Apache Software License now and forever.</li><li>According to a poll, there is only a 0.7% of people who trust Oracle on MySQL.</li></ul><p>With these fishy things going on, we should really go ahead and support the MySQL community. You can visit the website and offer any help you can.</p> <img src="http://cache.techie-buzz.com/1338120972gv1s95rd02syof82j0wsscumbag1338120972ym6oj749spynnlojtrzw1338120972." class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/foss/help-mysql-helpmysql.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=Help MySQL at helpmysql.org http%3A%2F%2Fbit.ly%2F6gAhed via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/foss/help-mysql-helpmysql.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/foss/help-mysql-helpmysql.html&title=Help MySQL at helpmysql.org" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/foss/help-mysql-helpmysql.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/foss/help-mysql-helpmysql.html&title=Help MySQL at helpmysql.org" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/foss/help-mysql-helpmysql.html&title=Help MySQL at helpmysql.org" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/sun" rel="tag">SUN</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/foss/help-mysql-helpmysql.html" title="Help MySQL at helpmysql.org">Help MySQL at helpmysql.org</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Chinmoy Kanjilal on Tuesday 5th January 2010 08:00:35 AM under <a href="http://techie-buzz.com/category/foss" title="View all posts in Open Source Software" rel="category tag">Open Source Software</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/foss/help-mysql-helpmysql.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>MySQL Founder Pleads to Save MySQL from Oracle</title><link>http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html</link> <comments>http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html#comments</comments> <pubDate>Mon, 14 Dec 2009 08:00:50 +0000</pubDate> <dc:creator>Keith Dsouza</dc:creator> <category><![CDATA[Tech News]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[SUN]]></category><guid isPermaLink="false">http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html</guid> <description><![CDATA[MySQL founder Michael Widenius pleads users to act against the Sun Microsystems and Oracle deal by writing to the European Commission. The Oracle and Sun still hangs in balance due to European Comission intervension in the deal.]]></description> <content:encoded><![CDATA[<img src="http://cache.techie-buzz.com/133812097232lzzevjtyhnrodlyuvoscumbag1338120972em20jx5g00fobc5192m1338120972.god" class="scumbags" /><p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="mysql_oracle_sun" border="0" alt="mysql_oracle_sun" align="left" src="http://cache.techie-buzz.com/images/postimg/MySQLFounderPleadstoSaveMySQLfromOracle_2A5F/mysql_oracle_sun.png" width="159" height="159" /> MySQL was originally purchased by Sun Microsystems, who were in turn <a href="http://techie-buzz.com/opensource/sun-oracle-deal.html" target="_blank">purchased by Oracle</a>. This change in deal has probably got the founder of MySQL, Michael Widenius a bit emotional. In a recent blog post, he pleads with the community to save MySQL from the clutches of Oracle.</p><p>For those of you who are in the unawares, Oracle is the creator of one of the largest relational database in use today and has several products which help manages huge businesses, their closest rival in business products being SAP.</p><p>In the blog post, which you can read <a href="http://monty-says.blogspot.com/2009/12/help-saving-mysql.html" target="_blank">here</a>, MySQL&#8217;s creator has some really strong opinions about the deal, and pleads against Sun being taken over by Oracle, who will eventually take over MySQL through the Sun Microsystems deal, which is still hanging in balance <a href="http://techie-buzz.com/opensource/sun-oracle-deal.html" target="_blank">due to European Commission taking a look into the deal</a>.</p><blockquote><p>I, Michael &quot;Monty&quot; Widenius, the creator of MySQL, is asking you urgently to help save MySQL from Oracle&#8217;s clutches. Without your immediate help Oracle might get to own MySQL any day now. By writing to the European Commission (EC) you can support this cause and help secure the future development of the product MySQL as an Open Source project.</p></blockquote><p>MySQL is the favorite database of the masses and many websites run on the small scale but hugely popular database. MySQL&#8217;s future was questioned when it sold to Sun, for one it was Open source and not many in the community were happy with the deal back then. Most WordPress based websites are powered by MySQL and so are sites running other CMS software like Joomla and Drupal.</p><p>With Oracle taking over MySQL, there is very good chance that MySQL will stop being a Open Source Product, albeit it will be very unwise for Oracle to stop giving out MySQL as a free product, and it would definitely spell disaster for them.</p><p>What is your take on this? Do you think that MySQL will survive once it goes under the Oracle banner? Let your thoughts flow through the comments.</p><p>Thanks <a href="http://twitter.com/iMBA" target="_blank">@iMBA</a>.</p><p><em>Image Credit Sitepoint</em></p> <img src="http://cache.techie-buzz.com/133812097232lzzevjtyhnrodlyuvoscumbag1338120972em20jx5g00fobc5192m1338120972.god" class="scumbags" /><div style="font-size:12px"> <strong>Share:</strong> <a href="http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html#commentrespond" rel="bookmark" target="_blank">Comment on This Post</a> | <a href="http://twitter.com/home?source=techiebuzz&status=MySQL Founder Pleads to Save MySQL from Oracle http%3A%2F%2Fbit.ly%2F8k9MFX via @techiebuzzer" rel="bookmark" target="_blank">Tweet This</a> | <a href="http://www.facebook.com/sharer.php?u=http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html" rel="bookmark" target="_blank">Share on Facebook</a> | <a href="http://del.icio.us/post?url=http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html&title=MySQL Founder Pleads to Save MySQL from Oracle" rel="bookmark" target="_blank">Save to Delicious</a> | <a href="http://www.stumbleupon.com/submit?url=http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html" rel="bookmark" target="_blank">Stumble This</a> | <a href="http://digg.com/submit?phase=2&url=http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html&title=MySQL Founder Pleads to Save MySQL from Oracle" rel="bookmark" target="_blank">Digg This</a> | <a href="http://www.reddit.com/submit?url=http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html&title=MySQL Founder Pleads to Save MySQL from Oracle" rel="bookmark" target="_blank">Reddit This</a></div> <br /><div><strong style="font-size:11px;">TAGS:</strong> <span style="text-transform:uppercase;font-size:11px;"><a href="http://techie-buzz.com/tag/mysql" rel="tag">MySQL</a>, <a href="http://techie-buzz.com/tag/sun" rel="tag">SUN</a>, <a href="http://techie-buzz.com/tag/tech-news" rel="tag">Tech News</a></span><br/> </small></div><div style="background:#E1E1E1; border: dotted 1px; padding:5px; margin-top:5px;font-size:11px"> <a href="http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html" title="MySQL Founder Pleads to Save MySQL from Oracle">MySQL Founder Pleads to Save MySQL from Oracle</a> originally appeared on <a href="http://techie-buzz.com" title="Techie Buzz">Techie Buzz</a> written by Keith Dsouza on Monday 14th December 2009 03:00:50 AM under <a href="http://techie-buzz.com/category/tech-news" title="View all posts in Tech News" rel="category tag">Tech News</a>. Please read the <a href="http://techie-buzz.com/terms-of-use">Terms of Use</a> for fair usage guidance.</div> <br /> ]]></content:encoded> <wfw:commentRss>http://techie-buzz.com/tech-news/mysql-founder-pleads-to-save-mysql-from-oracle.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              11546
Template:           index
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 7/59 queries in 0.074 seconds using memcached
Object Caching 1597/1713 objects using memcached
Content Delivery Network via cdn4.techie-buzz.com

Served from: www.techie-buzz.com @ 2012-05-27 08:16:12 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          tag/mysql/feed/_index.xml_gzip
Caching:            enabled
Status:             not cached
Creation Time:      0.454s
Header info:
X-Pingback:         http://techie-buzz.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Sun, 27 May 2012 12:16:12 GMT
Vary:               Accept-Encoding, Cookie
Expires:            Sun, 27 May 2012 12:26:12 GMT
Pragma:             public
Cache-Control:      max-age=600, public, must-revalidate, proxy-revalidate
Etag:               21e8f6ba13e835ff210869ae33de0f06
X-Powered-By:       W3 Total Cache/0.9.2.4
Content-Encoding:   gzip
-->
