<?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>Valcato Blog &#187; mysql</title>
	<atom:link href="http://blog.valcato.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valcato.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 14:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Accessing MySQL in SSH</title>
		<link>http://blog.valcato.com/2009/accessing-mysql-in-ssh/</link>
		<comments>http://blog.valcato.com/2009/accessing-mysql-in-ssh/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:42:07 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.valcatohosting.com/blog/?p=238</guid>
		<description><![CDATA[Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error &#8220;Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8220;, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error &#8220;<em>Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock</em>&#8220;, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so if you encounter this error make sure that you don&#8217;t have a custom <em>my.cnf</em> file overriding the protocol setting.</p>
<p>If you&#8217;re trying to use Django from SSH (e.g. <em>syncdb</em> or the Python shell), you&#8217;ll need to change the <em>DATABASE_HOST</em> setting to &#8220;127.0.0.1&#8243;. This can be changed back once you&#8217;re finished working in SSH.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.valcato.com/2009/accessing-mysql-in-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and MySQL Upgrade</title>
		<link>http://blog.valcato.com/2007/php-mysql/</link>
		<comments>http://blog.valcato.com/2007/php-mysql/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 15:54:15 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Home page]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://www.valcatohosting.com/blog/?p=54</guid>
		<description><![CDATA[Recently we upgraded both PHP and MySQL to version 5, allowing us to offer our customers the very latest features available. PHP 5, which we had previously offered alongside PHP 4, offers developers improved object-oriented programming features and XML-handling functions, among other things. MySQL 5 includes performance enhancements, improved accuracy for mathematical operations and other [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we upgraded both PHP and MySQL to version 5, allowing us to offer our customers the very latest features available.  PHP 5, which we had previously offered alongside PHP 4, offers developers improved object-oriented programming features and XML-handling functions, among other things.  MySQL 5 includes performance enhancements, improved accuracy for mathematical operations and other enhancements.</p>
<p>This upgrade should not cause any disruption, however some older scripts may be incompatible and will need to be upgraded.  Any customers requiring assistance with this should contact us via the <a href="http://www.valcatohosting.com/support">Support</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.valcato.com/2007/php-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
