Hey Mike! Good to see you jumping on the erlang wagon. I am in the same boat with this stuff and we have created a local user group to try to get more minds around the problems at hand. The goal is to create aids (probably in the form of screencasts or blog posts) to help everyone get started with the language, CEAN, and erlyweb. I also registered erlangforge.org and hope that it will become a community hub for erlangers like rubyforge is for ruby (it's still in progress- help is appreciated ;) ;)). Anyway, join our user group and help us out if you have time away from Amazon EC2 instances!!
http://groups.google.com/group/midwesterl http://www.erlangforge.org Also if anyone has a solution.. this question is still open :) On 10/15/07, Mike Pence <[EMAIL PROTECTED]> wrote: > > Yeah, good question, Lance. I started reading the Pragmatic Erlang > book for the second time this weekend, but the whole learning > experience is pretty daunting. Is there a recommended course to follow > -- much like the famous Rails blog-in-15-minutes video? > > I think we need some screencasts... > > Mike Pence > http://mikepence.wordpress.com > > On 10/15/07, Lance Carlson <[EMAIL PROTECTED]> wrote: > > > > Hey, I'm trying to get my application run with the root user and no > > password as that is out how it is setup on my development environment. > > Is there a way to do that using > > > > erlydb:start(mysql, [{hostname, "localhost"}, {username, "username"}, > > {password, "password"}, {database, "music"}]). > > > > ? > > > > I tried running > > > > erlydb:start(mysql, [{hostname, "localhost"}, {username, "root"}, > > {password, ""}, {database, "music"}]). > > > > and it gave me: > > > > mysql_conn:612: greeting version "5.0.38-Ubuntu_0ubuntu1.1-log" > > (protocol 10) salt "wU\"I+7r]" caps 41516 serverchar <<8,2,0,0, > > > > 0,0,0,0, > > > > 0,0,0,0, > > > > 0,0,0,0>>salt2 > > "W}2|?cTZH;-n" > > mysql_auth:187: mysql_auth send packet 1: > > <<5,162,0,0,64,66,15,0,8,0,0,0,0,0,0, > > > > 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, > > > > 114,111,111,116,0,20,137,40,16,246, > > > > 36,139,206,239,84,34,167,219,217, > > 189,62,228,29,173,55,197>> > > mysql_conn:586: init error 1045: "#28000Access denied for user > > 'root'@'localhost' (using password: YES)" > > mysql:465: failed starting first MySQL connection handler, exiting > > {error,{error,login_failed}} > > mysql_recv:143: mysql_recv: Socket #Port<0.116> closed > > > > any thoughts? > > > > -Lance > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
