<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《Can&#8217;t connect to local MySQL server through socket  解决办法》的评论</title>
	<atom:link href="http://www.d5s.cn/archives/9/feed" rel="self" type="application/rss+xml" />
	<link>http://www.d5s.cn/archives/9</link>
	<description>我喜欢忽悠，她喜欢被忽悠。</description>
	<lastBuildDate>Fri, 26 Aug 2011 02:41:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：feufeu</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-2984</link>
		<dc:creator>feufeu</dc:creator>
		<pubDate>Fri, 26 Aug 2011 02:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-2984</guid>
		<description>#  11 八月 18th, 2010 at 4:28 下午 曰:

我遇到了一模一样的问题，我的原因是mysql-server没有安装
#yum install mysql-server


此乃正解！</description>
		<content:encoded><![CDATA[<p>#  11 八月 18th, 2010 at 4:28 下午 曰:</p>
<p>我遇到了一模一样的问题，我的原因是mysql-server没有安装<br />
#yum install mysql-server</p>
<p>此乃正解！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：duchour</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-2530</link>
		<dc:creator>duchour</dc:creator>
		<pubDate>Wed, 08 Sep 2010 01:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-2530</guid>
		<description>试试 mysql_install_db
初始化数据库文件</description>
		<content:encoded><![CDATA[<p>试试 mysql_install_db<br />
初始化数据库文件</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：11</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-2525</link>
		<dc:creator>11</dc:creator>
		<pubDate>Wed, 18 Aug 2010 08:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-2525</guid>
		<description>我遇到了一模一样的问题，我的原因是mysql-server没有安装
#yum install mysql-server</description>
		<content:encoded><![CDATA[<p>我遇到了一模一样的问题，我的原因是mysql-server没有安装<br />
#yum install mysql-server</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：gavin</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-2193</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Fri, 23 Apr 2010 05:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-2193</guid>
		<description>我跟cyc是一模一样的，系统里所有位置都根本没有mysql.sock
这个文件，怎样弄就建立不了，最后还是启动不了mysql服务。</description>
		<content:encoded><![CDATA[<p>我跟cyc是一模一样的，系统里所有位置都根本没有mysql.sock<br />
这个文件，怎样弄就建立不了，最后还是启动不了mysql服务。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jonjon</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-2077</link>
		<dc:creator>jonjon</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-2077</guid>
		<description>如果一个网站开始好好的,突然之间出现:
Can&#039;t connect to local MySQL server through socket &#039;/var/lib/mysql/mysql.sock&#039; (2)
的报错.重启数据库后又恢愎正常,但过一会又报错.而且每次重启跟报错的间隔越来越短,数据库流量也孟增,请问是什么原因呢.
博主能否指点一下?</description>
		<content:encoded><![CDATA[<p>如果一个网站开始好好的,突然之间出现:<br />
Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8217; (2)<br />
的报错.重启数据库后又恢愎正常,但过一会又报错.而且每次重启跟报错的间隔越来越短,数据库流量也孟增,请问是什么原因呢.<br />
博主能否指点一下?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cyc</title>
		<link>http://www.d5s.cn/archives/9/comment-page-1#comment-1970</link>
		<dc:creator>cyc</dc:creator>
		<pubDate>Sat, 28 Nov 2009 12:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.d5s.cn/archives/9#comment-1970</guid>
		<description>[root@localhost ~]# mysql -uroot -p -S/var/lib/mysql/mysql.sock 
Enter password: 
ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/var/lib/mysql/mysql.sock&#039; (2)
[root@localhost ~]# chown -R mysql:mysql /var/lib/mysql
[root@localhost ~]# /etc/init.d/mysql start
Starting MySQL...................................          [FAILED]
我的怎么还是不行啊？</description>
		<content:encoded><![CDATA[<p>[root@localhost ~]# mysql -uroot -p -S/var/lib/mysql/mysql.sock<br />
Enter password:<br />
ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8217; (2)<br />
[root@localhost ~]# chown -R mysql:mysql /var/lib/mysql<br />
[root@localhost ~]# /etc/init.d/mysql start<br />
Starting MySQL&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..          [FAILED]<br />
我的怎么还是不行啊？</p>
]]></content:encoded>
	</item>
</channel>
</rss>

