<?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>Tech4Him - Technology with Integrity &#187; mysql</title>
	<atom:link href="http://blog.tech4him.com/tags/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tech4him.com</link>
	<description>A Christian technology chaos wrangler and his thoughts</description>
	<lastBuildDate>Wed, 24 Mar 2010 23:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQLCheck For Quick Repair</title>
		<link>http://blog.tech4him.com/2010/02/mysqlcheck-for-quick-repair/</link>
		<comments>http://blog.tech4him.com/2010/02/mysqlcheck-for-quick-repair/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:49:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=880</guid>
		<description><![CDATA[Thanks to this tip on the Taragana blog, I was introduced to the mysqlcheck command. In a pinch, the following command will check, repair and optimize all tables in all databases on your MySQL server instance.
mysqlcheck -u root -p --auto-repair --check --optimize --all-databases
mysqlcheck is available in MySQL 3.23.38 and later.
The official documentation for mysqlcheck says: [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://blog.taragana.com/index.php/archive/mysql-tip-how-to-check-repair-optimize-all-tables-in-all-databases/" target="_blank">this tip on the Taragana blog</a>, I was introduced to the mysqlcheck command. In a pinch, the following command will check, repair and optimize all tables in all databases on your MySQL server instance.</p>
<p><code>mysqlcheck -u root -p --auto-repair --check --optimize --all-databases</code></p>
<p>mysqlcheck is available in MySQL 3.23.38 and later.</p>
<p>The <a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html" target="_blank">official documentation</a> for mysqlcheck says: <em>&#8220;The <a title="4.5.3. mysqlcheck — A Table Maintenance Program" href="http://dev.mysql.com/doc/refman/5.0/en/mysqlcheck.html"><strong>mysqlcheck</strong></a> client performs table         maintenance: It checks, repairs, optimizes, or analyzes tables.&#8221; </em>Now, this must be run on a MySQL instance that is currently running, unlike the myisamchk tool. So, you may want to stop all access to your instance. If you are using it for websites, perhaps kill HTTPD for a few minutes some other means.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=880&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2010/02/mysqlcheck-for-quick-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Stopped Starting Upon Reboot &#8211; Ubuntu</title>
		<link>http://blog.tech4him.com/2009/09/mysql-stopped-starting-upon-reboot-ubuntu/</link>
		<comments>http://blog.tech4him.com/2009/09/mysql-stopped-starting-upon-reboot-ubuntu/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 03:31:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=771</guid>
		<description><![CDATA[Okay, so here is a quick tip. After making some system changes on an Ubuntu 8.04 LTS box with MySQL 5, a problem occurred. Upon starting the system up, MySQL failed to automatically start as it had been doing.

The tip is to reset all the system startup scripts for MySQL run the following commands:

sudo update-rc.d [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so here is a quick tip. After making some system changes on an Ubuntu 8.04 LTS box with MySQL 5, a problem occurred. Upon starting the system up, MySQL failed to automatically start as it had been doing.</p>
<p><span id="more-771"></span></p>
<p>The tip is to reset all the system startup scripts for MySQL run the following commands:</p>
<pre>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;" dir="ltr">sudo update-rc.d -f mysql remove
sudo update-rc.d mysql defaults</pre>
</pre>
<p>After that, reboot and if the problem was in those system startup scripts, I bet your problem is resolved.</p>
<p>Blessings.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=771&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2009/09/mysql-stopped-starting-upon-reboot-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t leave your MySQL hanging (check your my.cnf)</title>
		<link>http://blog.tech4him.com/2009/08/dont-leave-your-mysql-hanging-check-your-my-cnf/</link>
		<comments>http://blog.tech4him.com/2009/08/dont-leave-your-mysql-hanging-check-your-my-cnf/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:14:52 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqld]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=683</guid>
		<description><![CDATA[Admit it! Have you ever made a change to your my.cnf file, restarted mysqld only to have the restart fail because of an error in the configuration file? Come on, you don&#8217;t have to hide anything here.

Well, I found my new best friend when performance tuning mysql. Thanks to this simple post, we can now [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-686" href="http://blog.tech4him.com/2009/08/dont-leave-your-mysql-hanging-check-your-my-cnf/2380021517_b526fbfc98_m/"><img class="alignright size-full wp-image-686" style="margin: 8px;" title="2380021517_b526fbfc98_m" src="http://blog.tech4him.com/wp-content/uploads/2380021517_b526fbfc98_m.jpg" alt="2380021517_b526fbfc98_m" width="240" height="180" /></a>Admit it! Have you ever made a change to your my.cnf file, restarted mysqld only to have the restart fail because of an error in the configuration file? Come on, you don&#8217;t have to hide anything here.</p>
<p><span id="more-683"></span></p>
<p>Well, I found my new best friend when performance tuning mysql. Thanks to <a href="http://blog.defunct.ca/?p=158">this simple post</a>, we can now check the syntax of out &#8220;tweaked&#8221; my.cnf file BEFORE restarting mysqld.</p>
<p>Yup. All your mysql experts are saying, &#8220;Duh!&#8221;. Well, for me this was well worth the 15 seconds to find with Google.</p>
<p>Use the mysqld shell command with the &#8211;help and &#8211;verbose flags. If there is an error in your my.cnf file, it will tell you as in the example below. For those who don&#8217;t want to learn more, if your my.cnf is syntactically correct, you will get the long config settings list displayed.</p>
<pre># /usr/libexec/mysqld --help --verbose
081009 9:55:36 [ERROR] /usr/libexec/mysqld: unknown variable 'mmax_connections=150'</pre>

<p>Once your done, you can quickly restart mysqld. Hopefully, nobody even notices.  <img src='http://blog.tech4him.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=683&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2009/08/dont-leave-your-mysql-hanging-check-your-my-cnf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Roundup &#8211; 2/18/2009</title>
		<link>http://blog.tech4him.com/2009/02/web-roundup-2182009/</link>
		<comments>http://blog.tech4him.com/2009/02/web-roundup-2182009/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[photo print]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.tech4him.com/?p=284</guid>
		<description><![CDATA[Here are a few interesting links and articles from around the web.
12 Standard Screen Patterns &#8211; An interesting article from DesigningWebInterfaces.com. These patterns are specifically discussed in relation to the adoption of RIA platforms.
How To Get 1,645 Free Prints &#8211; I won&#8217;t even pretend to call this an article but it is a quick set [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="external nofollow" href="http://www.flickr.com/photos/20897132@N00/119719697"><img class="alignright" style="border: 0pt none; margin: 8px;" src="http://farm1.static.flickr.com/52/119719697_5e95eb8e74_m.jpg" border="0" alt="2006-3-29 6-21-30_0104" hspace="8" width="240" height="180" align="left" /></a>Here are a few interesting links and articles from around the web.</p>
<p><span id="more-284"></span><a href="http://designingwebinterfaces.com/designing-web-interfaces-12-screen-patterns">12 Standard Screen Patterns</a> &#8211; An interesting article from DesigningWebInterfaces.com. These patterns are specifically discussed in relation to the adoption of RIA platforms.</p>
<p><a href="http://dealnews.com/How-To-Get-1-645-Free-Digital-Prints/280466.html">How To Get 1,645 Free Prints</a> &#8211; I won&#8217;t even pretend to call this an article but it is a quick set of links to photo print online services that offer free prints to new customers. Read each services fine print for the free prints but hey, you can get some free prints without using your ink. <img src='http://blog.tech4him.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://www.wired.com/science/discoveries/news/2007/03/73007">Google&#8217;s Next-Gen of Sneakernet</a> &#8211; Old is new again. Even with all of the significant progress and exponential growth of computing power, network bandwidth, et al. The best way to deliver such significantly large amounts of data is via SneakerNet, er FedExNet. <img src='http://blog.tech4him.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://pdfse.com/">Ebooks search engine</a> &#8211; Interesting site where your search results are PDF documents only. Did find quite a few duplicates in my test search results, but also found some interesting Drupal PDF docs.</p>
<p><a href="http://www.scottklarr.com/topic/102/mysql-cheat-sheets/">MySQL Cheat Sheets</a> &#8211; Thumbnailed list of links to MySQL Cheat sheets.</p>
<p>Until next time, grace and peace to you.</p>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=284&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2009/02/web-roundup-2182009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How will Sun Make Up the Price for Acquiring MySQL</title>
		<link>http://blog.tech4him.com/2008/01/how-will-sun-make-up-the-price-for-acquiring-mysql/</link>
		<comments>http://blog.tech4him.com/2008/01/how-will-sun-make-up-the-price-for-acquiring-mysql/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 17:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Links/Resources]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<div align="left">
I am sure you have heard the news by now. Yup, Mysql was acquired by Sun. Can someone say $1 billion? Wow. Sounds like an NPV, is it wise? Well, the open source community seems to be mostly &#34;for&#34; the acquisition and some business analyst seem to be leaning toward &#34;what are they thinking&#34;.
</div>
<div align="left">
 
</div>
<div align="left">]]></description>
			<content:encoded><![CDATA[<div align="left">
I am sure you have heard the news by now. Yup, Mysql was acquired by Sun. Can someone say $1 billion? Wow. Sounds like an NPV, is it wise? Well, the open source community seems to be mostly &quot;for&quot; the acquisition and some business analyst seem to be leaning toward &quot;what are they thinking&quot;.
</div>
<div align="left">
</div>
<div align="left">
<a href="http://www.interopnews.com/member/jeffg">Jeff Gould</a> has an interesting take on <a href="http://www.interopnews.com/analysis/can-sun-make-mysql-pay.html">what this all might look like</a>. He might be right on target.
</div>
<div align="left">
</div>
<div align="left">
Oh yeah, you can hear the spin directly from Jonathan and his writers in a few places.
</div>
<div align="left">
<ul>
<li><a href="http://blogs.sun.com/jonathan/entry/in_a_vortex">Here</a></li>
<li>and <a href="http://blogs.sun.com/jonathan/entry/winds_of_change_are_blowing">here</a> </li>
</ul>
</div>
<div align="left">
I guess the rest of will just have to wait to find out exactly what all of this will mean for our web centric development. You know, I winder if this acquisition has anything to do with the four (4) calls in six(6) months that I&#8217;ve gotten from MySQL about how we use the product.
</div>
<div align="left">
</div>
<div align="left">
The last email I received from a sales person included:
</div>
<div align="left">
</div>
<div align="left">
&quot;&#8230;<span style="width: 500px">I would still like to find<br />
out how you are using our software. Many clients using our software in<br />
an enterprise environment take advantage of our MySQL Enterprise offering. MySQL Enterprise includes the most comprehensive offering of MySQL<br />
database software, services and production support to ensure your<br />
business achieves the highest levels of reliability, security and<br />
uptime. <b>Depending on your MySQL usage you may also be in need of licensing</b>.&quot;</span>
</div>
<div align="left">
</div>
<div align="left">
Hmmmm&#8230;.makes you think a bit but certainly we will continue using MySQL where it makes sense for the forseeable future.
</div>
<img src="http://blog.tech4him.com/?ak_action=api_record_view&id=13&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.tech4him.com/2008/01/how-will-sun-make-up-the-price-for-acquiring-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
