Any suggestions as to how I can get mysql driver to work? My erlyweb version:
URL: http://erlyweb.googlecode.com/svn/trunk Repository Root: http://erlyweb.googlecode.com/svn Repository UUID: 2a2c65bc-d020-0410-b564-ff2a5d75179a Revision: 244 Node Kind: directory Schedule: normal Last Changed Author: yarivvv Last Changed Rev: 244 Last Changed Date: 2008-02-25 02:49:41 -0500 (Mon, 25 Feb 2008) MySQL version: mysql --version mysql Ver 14.14 Distrib 6.0.3-alpha 1> erlydb:start(mysql,[{hostname,"localhost"},{username, "test"}, {password, "test"},{database, "test"},{pool_size, 10}]). mysql_conn:620: greeting version "6.0.3-alpha" (protocol 10) salt "\\W! >Q_hn" caps 41516 serverchar <<192,2,0, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0>>salt2 "[EMAIL PROTECTED]" mysql_conn:832: MySQL version not supported: MySQL Erlang module might not work correctly. 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, 116,101,115,116,0,20,182,255,6,110, 87,162,167,46,72,32,140,31,205,105, 144,160,20,191,125,32>> mysql_auth:187: mysql_auth send packet 3: <<74,90,71,77,77,88,93,68,0>> mysql_conn:426: fetch <<"use test">> (id <0.40.0>) mysql_conn:322: mysql_conn: Failed changing to database "test" : <<"#42000Access denied for user 'test'@'%' to database 'test'">> mysql:502: failed starting first MySQL connection handler, exiting ok thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
