<?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>mysql | CHOICE</title>
	<atom:link href="https://choice-site.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://choice-site.com</link>
	<description>CentOS上での各種設定やTips、PHPやDB関係のことなど</description>
	<lastBuildDate>Mon, 14 Jul 2014 07:49:45 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.1</generator>
	<item>
		<title>Another MySQL daemon already running with the same unix socket.に対応する。</title>
		<link>https://choice-site.com/2013/12/13/another-mysql-daemon-already-running-with-the-same-unix-socket-%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%99%e3%82%8b%e3%80%82/</link>
		
		<dc:creator><![CDATA[nakade]]></dc:creator>
		<pubDate>Fri, 13 Dec 2013 03:56:08 +0000</pubDate>
				<category><![CDATA[db]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">http://choice-site.com/?p=779</guid>

					<description><![CDATA[<p>Mysqlを起動しようとすると Another MySQL daemon already running with the same unix socket. のようなエラーが表示されて起動できない場合は、 mv /va&#8230; <a class="more-link" href="https://choice-site.com/2013/12/13/another-mysql-daemon-already-running-with-the-same-unix-socket-%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%99%e3%82%8b%e3%80%82/">続きを読む <span class="screen-reader-text">Another MySQL daemon already running with the same unix socket.に対応する。</span></a></p>
The post <a href="https://choice-site.com/2013/12/13/another-mysql-daemon-already-running-with-the-same-unix-socket-%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%99%e3%82%8b%e3%80%82/">Another MySQL daemon already running with the same unix socket.に対応する。</a> first appeared on <a href="https://choice-site.com">CHOICE</a>.<div class="wherego_related"> </div>]]></description>
										<content:encoded><![CDATA[<p>Mysqlを起動しようとすると</p>
<pre>Another MySQL daemon already running with the same unix socket.</pre>
<p>のようなエラーが表示されて起動できない場合は、</p>
<pre>mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak</pre>
<p>のようなコマンドを発行後、起動するとよい。</p>
<p>&nbsp;</p>
<p>2014/7/14追記。</p>
<p>どうも頻繁に再発するので調べたところ、<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1037650" target="_blank">Red Hat Linux 6.5のバグ</a>のようです。</p>
<p>改善するには</p>
<pre>yum -y update mysql-server</pre>
<p>を発行してmysqldを更新するとよいです。</p>The post <a href="https://choice-site.com/2013/12/13/another-mysql-daemon-already-running-with-the-same-unix-socket-%e3%81%ab%e5%af%be%e5%bf%9c%e3%81%99%e3%82%8b%e3%80%82/">Another MySQL daemon already running with the same unix socket.に対応する。</a> first appeared on <a href="https://choice-site.com">CHOICE</a>.<div class="wherego_related"> </div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
