<?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>Comments on: Erlang MySQL Driver, Reloaded</title>
	<atom:link href="http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/</link>
	<description>Adventures in Open Source Erlang</description>
	<lastBuildDate>Sun, 06 Dec 2009 10:29:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wenew Zhang</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-422603</link>
		<dc:creator>Wenew Zhang</dc:creator>
		<pubDate>Wed, 01 Jul 2009 12:19:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-422603</guid>
		<description>use erlang-mysql in my project,
it&#039;s a supervisor-&gt;work structure and start mysql:start_link() in the work,
when the work crashed,
the mysql-connections to still keep alive,
i add process_flag(trap_exit, true) in mysql:init and mysql_conn:init
but it doesn&#039;t working!
what shall i do?</description>
		<content:encoded><![CDATA[<p>use erlang-mysql in my project,<br />
it&#8217;s a supervisor-&gt;work structure and start mysql:start_link() in the work,<br />
when the work crashed,<br />
the mysql-connections to still keep alive,<br />
i add process_flag(trap_exit, true) in mysql:init and mysql_conn:init<br />
but it doesn&#8217;t working!<br />
what shall i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiv Indap</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-398470</link>
		<dc:creator>Shiv Indap</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:33:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-398470</guid>
		<description>Hi,

I am new to erlang and would like to know how to install this library on OS X 10.5. Should I simply compile the files and then copy them to the erlang folder, btw I am using Erlang obtained from Macports and not compiled from source, could you please help me out.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am new to erlang and would like to know how to install this library on OS X 10.5. Should I simply compile the files and then copy them to the erlang folder, btw I am using Erlang obtained from Macports and not compiled from source, could you please help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dude</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-270139</link>
		<dc:creator>Dude</dc:creator>
		<pubDate>Tue, 07 Oct 2008 08:45:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-270139</guid>
		<description>Is there going to be any Stored Procedures support in the future?</description>
		<content:encoded><![CDATA[<p>Is there going to be any Stored Procedures support in the future?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zamous</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-245755</link>
		<dc:creator>Zamous</dc:creator>
		<pubDate>Mon, 08 Sep 2008 04:29:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-245755</guid>
		<description>Is there a way to connect without a password?</description>
		<content:encoded><![CDATA[<p>Is there a way to connect without a password?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aruna</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-225706</link>
		<dc:creator>Aruna</dc:creator>
		<pubDate>Tue, 12 Aug 2008 00:24:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-225706</guid>
		<description>Hi guys.
can we connect several mysql databases using this mysql driver.
thanks</description>
		<content:encoded><![CDATA[<p>Hi guys.<br />
can we connect several mysql databases using this mysql driver.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-180818</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 22 Jun 2008 12:48:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-180818</guid>
		<description>i tried to use mysql erlang driver on solaris but i got an error message when i tried to run this command on the shell

 mysql:start_link(p1,&quot;localhost&quot;,&quot;root&quot;,&quot;root&quot;,&quot;test&quot;).

and this the error message:

=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
beam/beam_load.c(1301): Error loading module mysql_conn:
  use of opcode 136; this emulator supports only up to 129


=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
Loading of /Desktop/mysql_r12_driver/mysql_conn.beam failed: badfile
** exited: {undef,[{mysql_conn,start,
                               [&quot;localhost&quot;,
                                3306,
                                &quot;root&quot;,
                                &quot;root&quot;,
                                &quot;test&quot;,
                                undefined]},
                   {mysql,init,1},
                   {gen_server,init_it,6},
                   {proc_lib,init_p,5}]} **
7&gt;
=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:49:59 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}
sh: crypto_drv: not found

=ERROR REPORT==== 22-Jun-2008::14:50:00 ===
** Generic server crypto_server terminating
** Last message in was {&#039;EXIT&#039;,#Port,normal}
** When Server state == {#Port,[]}
** Reason for termination ==
** {port_died,normal}

=INFO REPORT==== 22-Jun-2008::14:50:00 ===
    application: crypto
    exited: shutdown
    type: temporary

may u help me?!</description>
		<content:encoded><![CDATA[<p>i tried to use mysql erlang driver on solaris but i got an error message when i tried to run this command on the shell</p>
<p> mysql:start_link(p1,&#8221;localhost&#8221;,&#8221;root&#8221;,&#8221;root&#8221;,&#8221;test&#8221;).</p>
<p>and this the error message:</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
beam/beam_load.c(1301): Error loading module mysql_conn:<br />
  use of opcode 136; this emulator supports only up to 129</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
Loading of /Desktop/mysql_r12_driver/mysql_conn.beam failed: badfile<br />
** exited: {undef,[{mysql_conn,start,<br />
                               ["localhost",<br />
                                3306,<br />
                                "root",<br />
                                "root",<br />
                                "test",<br />
                                undefined]},<br />
                   {mysql,init,1},<br />
                   {gen_server,init_it,6},<br />
                   {proc_lib,init_p,5}]} **<br />
7&gt;<br />
=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:49:59 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}<br />
sh: crypto_drv: not found</p>
<p>=ERROR REPORT==== 22-Jun-2008::14:50:00 ===<br />
** Generic server crypto_server terminating<br />
** Last message in was {&#8217;EXIT&#8217;,#Port,normal}<br />
** When Server state == {#Port,[]}<br />
** Reason for termination ==<br />
** {port_died,normal}</p>
<p>=INFO REPORT==== 22-Jun-2008::14:50:00 ===<br />
    application: crypto<br />
    exited: shutdown<br />
    type: temporary</p>
<p>may u help me?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iAm</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-166907</link>
		<dc:creator>iAm</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:17:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-166907</guid>
		<description>Ehm...
sorry, can&#039;t repeat syntax ::(

error was::
#0A000PROCEDURE dbb.ppl_request can&#039;t return a result set in the given context</description>
		<content:encoded><![CDATA[<p>Ehm&#8230;<br />
sorry, can&#8217;t repeat syntax ::(</p>
<p>error was::<br />
#0A000PROCEDURE dbb.ppl_request can&#8217;t return a result set in the given context</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iAm</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-166906</link>
		<dc:creator>iAm</dc:creator>
		<pubDate>Thu, 05 Jun 2008 09:15:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-166906</guid>
		<description>i got err...

fetch &lt;&gt; (id )
{error,{mysql_result,[],[],0,
                     &lt;&gt;}}

It&#039;s a procedure with internal select. It&#039;s working from Perl like
$ret{&#039;list&#039;}=$dbh-&gt;selectall_arrayref(&quot;CALL ppl_request(&#039;$id&#039;);&quot;);</description>
		<content:encoded><![CDATA[<p>i got err&#8230;</p>
<p>fetch &lt;&gt; (id )<br />
{error,{mysql_result,[],[],0,<br />
                     &lt;&gt;}}</p>
<p>It&#8217;s a procedure with internal select. It&#8217;s working from Perl like<br />
$ret{&#8217;list&#8217;}=$dbh-&gt;selectall_arrayref(&#8221;CALL ppl_request(&#8217;$id&#8217;);&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trokhon</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-108467</link>
		<dc:creator>Trokhon</dc:creator>
		<pubDate>Sun, 09 Mar 2008 15:30:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-108467</guid>
		<description>found out by myself: everything works fine :)</description>
		<content:encoded><![CDATA[<p>found out by myself: everything works fine :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trokhon</title>
		<link>http://yarivsblog.com/articles/2006/09/13/erlang-mysql-driver-reloaded/comment-page-1/#comment-108446</link>
		<dc:creator>Trokhon</dc:creator>
		<pubDate>Sun, 09 Mar 2008 13:21:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-108446</guid>
		<description>should read MYSQL column, and of course with prepared statements?</description>
		<content:encoded><![CDATA[<p>should read MYSQL column, and of course with prepared statements?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
