<?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: Introducing ErlyWeb: The Erlang Twist on Web Frameworks</title>
	<atom:link href="http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/</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: Fulanpeng</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-424480</link>
		<dc:creator>Fulanpeng</dc:creator>
		<pubDate>Sun, 12 Jul 2009 20:18:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-424480</guid>
		<description>Hi, upstairs!
I cannot read your French but I know you are talking about to use Postgresql to replace mysql.
You can try to replace the auto_increment with sequence.
After created your sequence, do not forget grant privilege to the user. 
After this you can replace mysql with psql in the erlydb:start and erlydb:compile statement.

If you get success, please tell us all.

CREATE TABLE musician (
  id integer primary key auto_increment,
  name varchar(20),
  birth_date date,
  instrument enum(&quot;guitar&quot;, &quot;piano&quot;,
    &quot;drums&quot;, &quot;vocals&quot;),
  bio text
) type=INNODB;</description>
		<content:encoded><![CDATA[<p>Hi, upstairs!<br />
I cannot read your French but I know you are talking about to use Postgresql to replace mysql.<br />
You can try to replace the auto_increment with sequence.<br />
After created your sequence, do not forget grant privilege to the user.<br />
After this you can replace mysql with psql in the erlydb:start and erlydb:compile statement.</p>
<p>If you get success, please tell us all.</p>
<p>CREATE TABLE musician (<br />
  id integer primary key auto_increment,<br />
  name varchar(20),<br />
  birth_date date,<br />
  instrument enum(&#8221;guitar&#8221;, &#8220;piano&#8221;,<br />
    &#8220;drums&#8221;, &#8220;vocals&#8221;),<br />
  bio text<br />
) type=INNODB;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErlyWeb et Postgres &#171; c* and code</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-413669</link>
		<dc:creator>ErlyWeb et Postgres &#171; c* and code</dc:creator>
		<pubDate>Mon, 01 Jun 2009 18:43:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-413669</guid>
		<description>[...] N&#8217;ayant pas MySQL d&#8217;install&#233; sur ma machine, mais ayant PostgreSQL, je d&#233;cide de faire tourner l&#8217;application de ce tutorial de Yariv, l&#8217;auteur d&#8217;erlyweb. [...]</description>
		<content:encoded><![CDATA[<p>[...] N&#8217;ayant pas MySQL d&#8217;install&eacute; sur ma machine, mais ayant PostgreSQL, je d&eacute;cide de faire tourner l&#8217;application de ce tutorial de Yariv, l&#8217;auteur d&#8217;erlyweb. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntu下安装yaws,erlyweb成功 at 无人喝彩Beta</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-404249</link>
		<dc:creator>ubuntu下安装yaws,erlyweb成功 at 无人喝彩Beta</dc:creator>
		<pubDate>Fri, 01 May 2009 13:19:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-404249</guid>
		<description>[...] 接下来建立一个测试的站点，这个按照erlyweb作者blog上的教程，在用户的home目录里建立webapp文件夹,用来存放站点文件. 按照官方说法，是在yaws shell 里输入，但是我失败了，不过我在erl里成功了，按ctrl+q后，安a确认，之后输入erl进入erlang，输入： erlyweb:create_app(&#8221;test&#8221;, &#8220;/home/kmlzkma/webapp&#8221;). [...]</description>
		<content:encoded><![CDATA[<p>[...] 接下来建立一个测试的站点，这个按照erlyweb作者blog上的教程，在用户的home目录里建立webapp文件夹,用来存放站点文件. 按照官方说法，是在yaws shell 里输入，但是我失败了，不过我在erl里成功了，按ctrl+q后，安a确认，之后输入erl进入erlang，输入： erlyweb:create_app(&#8221;test&#8221;, &#8220;/home/kmlzkma/webapp&#8221;). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tumikosha</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-327722</link>
		<dc:creator>tumikosha</dc:creator>
		<pubDate>Fri, 12 Dec 2008 23:21:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-327722</guid>
		<description>This blog is dead! ;0((</description>
		<content:encoded><![CDATA[<p>This blog is dead! ;0((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tumikosha</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-321786</link>
		<dc:creator>tumikosha</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:15:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-321786</guid>
		<description>Is it possible to use Erliweb with YAWS in embedded mode?
Because YAWS don&#039;t want to work on my WindowsXP in normal mode.</description>
		<content:encoded><![CDATA[<p>Is it possible to use Erliweb with YAWS in embedded mode?<br />
Because YAWS don&#8217;t want to work on my WindowsXP in normal mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arthur</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-198195</link>
		<dc:creator>arthur</dc:creator>
		<pubDate>Tue, 15 Jul 2008 02:27:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-198195</guid>
		<description>when using yaws-1.77
everything works as far as ... 
 erlyweb:create_component(&quot;musician&quot;,&quot;/home/arthur/waps/music&quot;). 
erlydb:start(mysql, [{hostname, &quot;localhost&quot;}, {username, &quot;username&quot;}, {password, &quot;triltrom2081&quot;}, {database, &quot;music&quot;}]).
 erlyweb:compile(&quot;/home/arthur/waps/music&quot;,[{erlydb_driver, mysql}]). 
then:  
http://localhost:8000/music/musician, http://localhost:8000/musician etc all give 404

ps: the root of the app ends up localhost:800/ instead of localhost:8000/music?</description>
		<content:encoded><![CDATA[<p>when using yaws-1.77<br />
everything works as far as &#8230;<br />
 erlyweb:create_component(&#8221;musician&#8221;,&#8221;/home/arthur/waps/music&#8221;).<br />
erlydb:start(mysql, [{hostname, "localhost"}, {username, "username"}, {password, "triltrom2081"}, {database, "music"}]).<br />
 erlyweb:compile(&#8221;/home/arthur/waps/music&#8221;,[{erlydb_driver, mysql}]).<br />
then:<br />
<a href="http://localhost:8000/music/musician" rel="nofollow">http://localhost:8000/music/musician</a>, <a href="http://localhost:8000/musician" rel="nofollow">http://localhost:8000/musician</a> etc all give 404</p>
<p>ps: the root of the app ends up localhost:800/ instead of localhost:8000/music?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitriy</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-184799</link>
		<dc:creator>Dmitriy</dc:creator>
		<pubDate>Fri, 27 Jun 2008 11:34:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-184799</guid>
		<description>Hi Yariv

What if my MySQL base did not requests password:

bazil@f3t ~ $ mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 19
Server version: 5.0.44-log Gentoo Linux mysql-5.0.44-r1

Type &#039;help;&#039; or &#039;\h&#039; for help. Type &#039;\c&#039; to clear the buffer.

mysql&gt; \q
Bye
bazil@f3t ~ $

Erlydb can&#039;t connect to MySQL without password, but also can&#039;t with empty password:

(yaws_am_ua@f3t.dev)3&gt; erlydb:start(mysql, [{hostname, &quot;localhost&quot;}, {username, &quot;root&quot;}, {password, &quot;&quot;}, {database, &quot;music&quot;}]).
mysql_conn:620: greeting version &quot;5.0.44-log&quot; (protocol 10) salt &quot;/tz+c3tm&quot; caps 41516 serverchar &lt;&gt;salt2 &quot;Ic7(_)JyG2d#&quot;
mysql_auth:187: mysql_auth send packet 1: &lt;&gt;
mysql_conn:594: init error 1045: &quot;#28000Access denied for user &#039;root&#039;@&#039;localhost&#039; (using password: YES)&quot;
mysql:502: failed starting first MySQL connection handler, exiting
ok
mysql_recv:143: mysql_recv: Socket #Port closed
(yaws_am_ua@f3t.dev)4&gt; 


Could you fix it ?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Yariv</p>
<p>What if my MySQL base did not requests password:</p>
<p>bazil@f3t ~ $ mysql -u root<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 19<br />
Server version: 5.0.44-log Gentoo Linux mysql-5.0.44-r1</p>
<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
<p>mysql&gt; \q<br />
Bye<br />
bazil@f3t ~ $</p>
<p>Erlydb can&#8217;t connect to MySQL without password, but also can&#8217;t with empty password:</p>
<p>(yaws_am_ua@f3t.dev)3&gt; erlydb:start(mysql, [{hostname, "localhost"}, {username, "root"}, {password, ""}, {database, "music"}]).<br />
mysql_conn:620: greeting version &#8220;5.0.44-log&#8221; (protocol 10) salt &#8220;/tz+c3tm&#8221; caps 41516 serverchar &lt;&gt;salt2 &#8220;Ic7(_)JyG2d#&#8221;<br />
mysql_auth:187: mysql_auth send packet 1: &lt;&gt;<br />
mysql_conn:594: init error 1045: &#8220;#28000Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: YES)&#8221;<br />
mysql:502: failed starting first MySQL connection handler, exiting<br />
ok<br />
mysql_recv:143: mysql_recv: Socket #Port closed<br />
(yaws_am_ua@f3t.dev)4&gt; </p>
<p>Could you fix it ?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: what does erlang stand for</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-165747</link>
		<dc:creator>what does erlang stand for</dc:creator>
		<pubDate>Tue, 03 Jun 2008 19:11:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-165747</guid>
		<description>[...] language, I hope that ErlyWeb does. In fact, I don??t know of any other language that has ...http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/What does EPMD stand for? Acronym Attic search resultWhat does EPMD stand for? abbreviation to [...]</description>
		<content:encoded><![CDATA[<p>[...] language, I hope that ErlyWeb does. In fact, I don??t know of any other language that has &#8230;http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/What does EPMD stand for? Acronym Attic search resultWhat does EPMD stand for? abbreviation to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yudi</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-129807</link>
		<dc:creator>yudi</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:29:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-129807</guid>
		<description>correct me if I&#039;m wrong, but you might need to run 
sudo yaws -i 
?</description>
		<content:encoded><![CDATA[<p>correct me if I&#8217;m wrong, but you might need to run<br />
sudo yaws -i<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/comment-page-1/#comment-89921</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 24 Jan 2008 04:02:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-89921</guid>
		<description>Why MySQL and not Mnesia?</description>
		<content:encoded><![CDATA[<p>Why MySQL and not Mnesia?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
