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 -~----------~----~----~----~------~----~------~--~---
