

<?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>kieranbarnes &#187; MySQL</title>
	<atom:link href="http://bloke.org/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>Independent PHP, WordPress &#38; CubeCart Programmer</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:42:04 +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>MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS</title>
		<link>http://bloke.org/linux/mysql-5-0-or-5-1-to-5-5-upgrade-traumas-on-centos/</link>
		<comments>http://bloke.org/linux/mysql-5-0-or-5-1-to-5-5-upgrade-traumas-on-centos/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 23:49:43 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PS]]></category>
		<category><![CDATA[Remi Repo]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3682</guid>
		<description><![CDATA[Ignoring all the panic-mongers on the rest of the internet upgrading MySQL from 5.0 or 5.1 to 5.5 shouldn't be that difficult. My task was to upgrade from 5.0 to 5.5 on CentOS (Remi Repos). It was to fix a bug with MySQL 5.0 ignoring the wait_timeout parameter in my.cnf. Five to five on a Friday, [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/mysql-server-centos-rpm/' rel='bookmark' title='MySQL Server on CentOS, what the RPM doesn&#8217;t do for you'>MySQL Server on CentOS, what the RPM doesn&#8217;t do for you</a> <small>Installing MySQL via YUM Once the updates have finished we...</small></li>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
<li><a href='http://bloke.org/linux/cpanel-mysql-tuning/' rel='bookmark' title='cPanel MySQL Tuning'>cPanel MySQL Tuning</a> <small>The default configuration for MySQL provided by cPanel is pretty...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/mysql-5-0-or-5-1-to-5-5-upgrade-traumas-on-centos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading to MySQL 5.1 in cPanel/WHM</title>
		<link>http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/</link>
		<comments>http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 14:29:02 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[CPANEL]]></category>
		<category><![CDATA[Done No]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3390</guid>
		<description><![CDATA[Upgrading to MySQL 5.1 in cPanel is currently not the easiest thing in the world. I've seen guides detailing disabled various cPanel updates, hacking cPanel scripts and even installing your own 5.1 RPMs, all of which will probably end in tears at some point when cPanel runs one of its update scripts. Heres the easiest [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/installing-mytop-on-cpanel/' rel='bookmark' title='Installing mytop on cpanel'>Installing mytop on cpanel</a> <small>MyTop is one of the best MySQL monitoring tools available,...</small></li>
<li><a href='http://bloke.org/linux/cpanel-mysql-tuning/' rel='bookmark' title='cPanel MySQL Tuning'>cPanel MySQL Tuning</a> <small>The default configuration for MySQL provided by cPanel is pretty...</small></li>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repair and optimize all tables in all MySQL databases</title>
		<link>http://bloke.org/mysql/repair-and-optimize-all-tables-in-all-mysql-databases/</link>
		<comments>http://bloke.org/mysql/repair-and-optimize-all-tables-in-all-mysql-databases/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 09:43:30 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3251</guid>
		<description><![CDATA[MySQL tables can crash or become corrupt quite easily if you don't shut down the server correctly, for example hard reboot or power outage. Thankfully there is a quick way of repairing all the tables. You may need to specify the username and/or password -u or -p See the mysqlcheck docs for more information. Related [...]
Related posts:<ol>
<li><a href='http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/' rel='bookmark' title='Upgrading to MySQL 5.1 in cPanel/WHM'>Upgrading to MySQL 5.1 in cPanel/WHM</a> <small>Upgrading to MySQL 5.1 in cPanel is currently not the...</small></li>
<li><a href='http://bloke.org/linux/cpanel-mysql-tuning/' rel='bookmark' title='cPanel MySQL Tuning'>cPanel MySQL Tuning</a> <small>The default configuration for MySQL provided by cPanel is pretty...</small></li>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/repair-and-optimize-all-tables-in-all-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing nginx &amp; PHP-FPM securely on CentOS</title>
		<link>http://bloke.org/php/installing-nginx-php-fpm-securely-centos/</link>
		<comments>http://bloke.org/php/installing-nginx-php-fpm-securely-centos/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 02:48:12 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=1268</guid>
		<description><![CDATA[I won't go into the reasons why you should install nginx, if you're here, you've already decided. Here's how I installed nginx and PHP-FPM on CentOS. Firstly, I got the latest PHP 5.2 tar ball, 5.3 sucks, then the PHP-FPM patch and finally the latest nginx. &#160; Optional: I installed MySQL server aswell. You don't [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/installing-memcached-on-centos-cpanel/' rel='bookmark' title='Installing memcached on CentOS (cPanel)'>Installing memcached on CentOS (cPanel)</a> <small>Welcome to hell. No really, compared to installing memcached on...</small></li>
<li><a href='http://bloke.org/linux/centos/installing-repoforge-rpmforge-in-centos/' rel='bookmark' title='Installing RepoForge (RPMForge) in CentOS'>Installing RepoForge (RPMForge) in CentOS</a> <small>RepoForge (RPMForge) contains over 5,000 extra packages for CentO. Many...</small></li>
<li><a href='http://bloke.org/linux/minify-css-fly-nginx/' rel='bookmark' title='Minify CSS on the fly with nginx'>Minify CSS on the fly with nginx</a> <small>Code minification rules, but it sucks. The process of removing...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/installing-nginx-php-fpm-securely-centos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MySQL Server on CentOS, what the RPM doesn&#8217;t do for you</title>
		<link>http://bloke.org/linux/mysql-server-centos-rpm/</link>
		<comments>http://bloke.org/linux/mysql-server-centos-rpm/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 22:26:48 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Disallow Root Login]]></category>
		<category><![CDATA[Reload Privilege Tables]]></category>
		<category><![CDATA[Removing Anonymous Users]]></category>
		<category><![CDATA[RPM]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=1270</guid>
		<description><![CDATA[Installing MySQL via YUM Once the updates have finished we will be ready to install the MySQL server. Type the following command to install the MySQL server: # sudo yum -y install mysql-server Starting MySQL Once the installation has finished we are ready to start our server for the first time. Upon initially starting it [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/mysql-5-0-or-5-1-to-5-5-upgrade-traumas-on-centos/' rel='bookmark' title='MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS'>MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS</a> <small>Ignoring all the panic-mongers on the rest of the internet...</small></li>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
<li><a href='http://bloke.org/linux/mysql-tuning-server-parameters/' rel='bookmark' title='MySQL Tuning Server Parameters'>MySQL Tuning Server Parameters</a> <small>These are some of the handy MySQL 5.0 tweaks I...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/mysql-server-centos-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Simplified UK/US Date Conversion</title>
		<link>http://bloke.org/php/snippet-simplified-ukus-date-conversion/</link>
		<comments>http://bloke.org/php/snippet-simplified-ukus-date-conversion/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 16:14:34 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[US]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=1246</guid>
		<description><![CDATA[One of my major annoyances in PHP &#38; MySQL world is the different formats when working with dates. US format: mm-dd-yy, UK format: dd-mm-yy and MySQL's date,datetime, timestamp columns yy-mm-dd. How do you cope with them all? I've been working on a rich UI recently which includes the jQuery date picker, by default thats in [...]
Related posts:<ol>
<li><a href='http://bloke.org/php/snippet-formatting-the-date-in-twitter-xml-feed/' rel='bookmark' title='[Snippet] Formatting the date in twitter XML feed'>[Snippet] Formatting the date in twitter XML feed</a> <small>The date in the Twitter XML feed is daft and...</small></li>
<li><a href='http://bloke.org/php/snippet-setting-the-timezone-for-php-5-3/' rel='bookmark' title='[Snippet] Setting the timezone for PHP 5.3'>[Snippet] Setting the timezone for PHP 5.3</a> <small>PHP 5.3 requires a time zone to be set if...</small></li>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/php/snippet-simplified-ukus-date-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Tuning / Tweaking MySQL</title>
		<link>http://bloke.org/mysql/snippet-tuning-tweaking-mysql/</link>
		<comments>http://bloke.org/mysql/snippet-tuning-tweaking-mysql/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 22:06:57 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[tweaking]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=657</guid>
		<description><![CDATA[There are a couple of good scripts out there that will help you to tune your mysql usage for better perfomance.  I’ve used both of these, and they are very intuative.  Personally, I prefer the latter, however, I still use both for tweaking. tuning-primer OK, so not the most original blog post ever, but useful [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/mysql-tuning-server-parameters/' rel='bookmark' title='MySQL Tuning Server Parameters'>MySQL Tuning Server Parameters</a> <small>These are some of the handy MySQL 5.0 tweaks I...</small></li>
<li><a href='http://bloke.org/linux/cpanel-mysql-tuning/' rel='bookmark' title='cPanel MySQL Tuning'>cPanel MySQL Tuning</a> <small>The default configuration for MySQL provided by cPanel is pretty...</small></li>
<li><a href='http://bloke.org/linux/mysql-server-centos-rpm/' rel='bookmark' title='MySQL Server on CentOS, what the RPM doesn&#8217;t do for you'>MySQL Server on CentOS, what the RPM doesn&#8217;t do for you</a> <small>Installing MySQL via YUM Once the updates have finished we...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/snippet-tuning-tweaking-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Root Password on cPanel</title>
		<link>http://bloke.org/mysql/mysql-root-password-on-cpanel/</link>
		<comments>http://bloke.org/mysql/mysql-root-password-on-cpanel/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 16:41:09 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=890</guid>
		<description><![CDATA[Wheres the MySQL root password in cPanel installs? Easy, look in /root/.my.cnf Related posts: [Snippet] Allow mysql root access from anywhere A small annoyance of mine is on local development servers,... Upgrading to MySQL 5.1 in cPanel/WHM Upgrading to MySQL 5.1 in cPanel is currently not the... MySQL Server on CentOS, what the RPM doesn&#8217;t [...]
Related posts:<ol>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
<li><a href='http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/' rel='bookmark' title='Upgrading to MySQL 5.1 in cPanel/WHM'>Upgrading to MySQL 5.1 in cPanel/WHM</a> <small>Upgrading to MySQL 5.1 in cPanel is currently not the...</small></li>
<li><a href='http://bloke.org/linux/mysql-server-centos-rpm/' rel='bookmark' title='MySQL Server on CentOS, what the RPM doesn&#8217;t do for you'>MySQL Server on CentOS, what the RPM doesn&#8217;t do for you</a> <small>Installing MySQL via YUM Once the updates have finished we...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/mysql-root-password-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Can&#8217;t get hostname for your address</title>
		<link>http://bloke.org/mysql/mysql-cant-get-hostname-for-your-address/</link>
		<comments>http://bloke.org/mysql/mysql-cant-get-hostname-for-your-address/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 02:07:49 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Local Area Network]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=885</guid>
		<description><![CDATA[Can''t remotely login to your shiney, new MySQL server due “Can’t get hostname for your address” or "Can't get hostname for your address". Another random MySQL error message. Simply put, if you look in the logs, MySQL cannot lookup your IP/hostname. Its that simple. Is your DNS broke? Or just on a Local Area Network [...]
Related posts:<ol>
<li><a href='http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/' rel='bookmark' title='[Snippet] Allow mysql root access from anywhere'>[Snippet] Allow mysql root access from anywhere</a> <small>A small annoyance of mine is on local development servers,...</small></li>
<li><a href='http://bloke.org/linux/mysql-tuning-server-parameters/' rel='bookmark' title='MySQL Tuning Server Parameters'>MySQL Tuning Server Parameters</a> <small>These are some of the handy MySQL 5.0 tweaks I...</small></li>
<li><a href='http://bloke.org/linux/cpanel-mysql-tuning/' rel='bookmark' title='cPanel MySQL Tuning'>cPanel MySQL Tuning</a> <small>The default configuration for MySQL provided by cPanel is pretty...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/mysql-cant-get-hostname-for-your-address/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>cPanel MySQL Tuning</title>
		<link>http://bloke.org/linux/cpanel-mysql-tuning/</link>
		<comments>http://bloke.org/linux/cpanel-mysql-tuning/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 07:24:50 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MYI]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=795</guid>
		<description><![CDATA[The default configuration for MySQL provided by cPanel is pretty barren. /etc/my.cnf Thats it. One line. Its rubbish. Here's mine to help you along the way. Its got some decent logging set, some decent cache and memory options for a shared server set and some helpful security settings enabled. Related posts: MySQL Tuning Server Parameters [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/mysql-tuning-server-parameters/' rel='bookmark' title='MySQL Tuning Server Parameters'>MySQL Tuning Server Parameters</a> <small>These are some of the handy MySQL 5.0 tweaks I...</small></li>
<li><a href='http://bloke.org/linux/mysql-5-0-or-5-1-to-5-5-upgrade-traumas-on-centos/' rel='bookmark' title='MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS'>MySQL 5.0 or 5.1 to 5.5 Upgrade Traumas on CentOS</a> <small>Ignoring all the panic-mongers on the rest of the internet...</small></li>
<li><a href='http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/' rel='bookmark' title='Upgrading to MySQL 5.1 in cPanel/WHM'>Upgrading to MySQL 5.1 in cPanel/WHM</a> <small>Upgrading to MySQL 5.1 in cPanel is currently not the...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/cpanel-mysql-tuning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

