<?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 socket &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/mysql-socket/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Connect MySQL from Zend Server CE trough unix socket!</title>
		<link>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/</link>
		<comments>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/#respond</comments>
		<pubDate>Wed, 09 Dec 2009 19:18:31 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql socket]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[zend server ce]]></category>

		<guid isPermaLink="false">/?p=828</guid>
		<description><![CDATA[First of all, let me introduce you to my case. I&#8217;m working on a Mac with both Xampp and Zend Server CE. Both have separate MySQL servers installed from their default installation on my machine. Both have their separate phpMyAdmins. The one thing I couldn&#8217;t find in the man page of Zend Server CE is &#8230; <a href="/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/" class="more-link">Continue reading <span class="screen-reader-text">Connect MySQL from Zend Server CE trough unix socket!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2012/06/07/php-and-mysql-natural-sort/" rel="bookmark" title="PHP and MySQL Natural Sort">PHP and MySQL Natural Sort </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>First of all, let me introduce you to my case. I&#8217;m working on a Mac with both Xampp and Zend Server CE. Both have separate MySQL servers installed from their default installation on my machine. Both have their separate phpMyAdmins.</p>
<p>The one thing I couldn&#8217;t find in the man page of Zend Server CE is how to I access this MySQL server installation from my PHP scripts.</p>
<p>The answer is quite simple &#8211; trough UNIX socket. The ZS CE default db socket is:</p>
<blockquote>
<pre>/usr/local/zend/mysql/tmp/mysql.sock</pre>
</blockquote>
<p>and yet again let me say that this is for Mac.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/07/20/zend-framework-connect-mysql/" rel="bookmark" title="Zend Framework: Connect MySQL">Zend Framework: Connect MySQL </a></li>
<li><a href="/2010/04/26/mysql-expressions-in-zend-framework/" rel="bookmark" title="MySQL Expressions in Zend Framework">MySQL Expressions in Zend Framework </a></li>
<li><a href="/2010/08/06/setting-up-zend-framework-with-modules/" rel="bookmark" title="Setting Up Zend Framework with Modules">Setting Up Zend Framework with Modules </a></li>
<li><a href="/2012/06/07/php-and-mysql-natural-sort/" rel="bookmark" title="PHP and MySQL Natural Sort">PHP and MySQL Natural Sort </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/12/09/connect-mysql-from-zend-server-ce-trough-unix-socket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
