<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Mysql Client &#8211; Conrad Askland</title>
	<atom:link href="https://conradaskland.com/blog/tag/mysql-client/feed/" rel="self" type="application/rss+xml" />
	<link>https://conradaskland.com/blog</link>
	<description>Music Director and Music Technology</description>
	<lastBuildDate>Wed, 17 Dec 2008 13:53:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
<site xmlns="com-wordpress:feed-additions:1">53388445</site>	<item>
		<title>PhpMyAdmin Error 2002</title>
		<link>https://conradaskland.com/blog/phpmyadmin-error-2002/</link>
					<comments>https://conradaskland.com/blog/phpmyadmin-error-2002/#respond</comments>
		
		<dc:creator><![CDATA[askland]]></dc:creator>
		<pubDate>Mon, 05 May 2008 10:21:14 +0000</pubDate>
				<category><![CDATA[Software and Computers]]></category>
		<category><![CDATA[Backup Copy]]></category>
		<category><![CDATA[Client Socket]]></category>
		<category><![CDATA[Cnf]]></category>
		<category><![CDATA[Data Socket]]></category>
		<category><![CDATA[Lib]]></category>
		<category><![CDATA[Mysql Client]]></category>
		<category><![CDATA[Mysql Data]]></category>
		<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[Phpmyadmin]]></category>
		<guid isPermaLink="false">http://www.conradaskland.com/blog/2008/05/phpmyadmin-error-2002/</guid>

					<description><![CDATA[This is an error seen when connecting to PhpMyAdmin via Cpanel. Error: #2002 &#8211; The server is not responding (or the local MySQL server&#8217;s socket is not correctly configured) Fix: Symbolically link /tmp/mysql.sock to /var/lib/mysql/mysql.sock *Restart MySql services for changes to take effect.* Or here&#8217;s an even easier fix: To make your life easier, you [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>This is an error seen when connecting to PhpMyAdmin via Cpanel.</em></p>
<p><strong>Error</strong>: #2002 &#8211; The server is not responding (or the local MySQL server&#8217;s socket is not correctly configured)</p>
<p><strong>Fix</strong>: Symbolically link /tmp/mysql.sock to /var/lib/mysql/mysql.sock</p>
<p><strong>*Restart MySql services for changes to take effect.*</strong></p>
<p>Or here&#8217;s an even easier fix:</p>
<p>To make your life easier, you can make a simple change to the MySQL configuration file /etc/my.cnf that will permanently set the socket file used by the mysql client. After making a backup copy of /etc/my.cnf, open it in your favorite editor. The file is divided into sections such as</p>
<p><code>[mysqld]<br />
datadir=/usr/local/mysql/data<br />
socket=/var/lib/mysql/mysql.sock</code></p>
<p>[mysql.server]<br />
user=mysql<br />
basedir=/usr/local/mysql</p>
<p>If there is not currently a section called [client], add one at the bottom of the file and copy the socket= line under the [mysqld] section such as:</p>
<p><code>[client]<br />
socket=/var/lib/mysql/mysql.sock<br />
</code></p>
<p>If there is already a [client] section in the my.cnf file, add or edit the socket line as appropriate. You won’t need to restart your server or any other processes. Subsequent uses of the mysql client will use the proper socket file.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://conradaskland.com/blog/phpmyadmin-error-2002/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2875</post-id>	</item>
	</channel>
</rss>
