> It looks like the MySQL driver doesn't support password-less
> authentication. I'll see if I can fix it.

I'm newbie in erlang (some experience in Rails) and made some
configuration mistakes.
Now, I could compile i.e.:
3> erlyweb:compile("c:/development/yawsapp/music", [{erlydb_driver,
mysql}]).
- it works
but there is still problem with "erlydb:start" function, even I put
password to "music" database

6> erlydb:start(mysql, [{hostname, "localhost"}, {username, "root"},
{password,
"pass"}, {database, "music"}]).
=ERROR REPORT==== 16-Oct-2007::14:07:57 ===
Error in process <0.84.0> with exit value: {undef,[{mysql,start,
[erlydb_mysql,"l
ocalhost",undefined,"root","pass","music"]},{erl_eval,do_apply,5},
{shell,exprs,6
},{shell,eval_loop,3}]}

thanks Yariv for the quick reply,
it looks like you did great job with erlyweb

emil







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to