<div dir="ltr">This is a very good project.<div><br></div><div>I've made a fork:  https://github.com/flussonic/myproto  and added following patches:</div><div><br></div><div>1) renamed mysql.peg to mysql_proto.peg because name of module mysql.erl will clash with existing client drivers</div><div>2) refactored packet decoder so that it will work not only on localhost, but also in the internet. {tcp,Socket,Bin} doesn't always contain whole packet =)</div><div>3) added some client-server tests and embedded nanomysql.erl for it. </div><div>4) added optional ranch worker. I don't want to use my_acceptor, so socket acceptor should be an optional thing</div><div>5) added packing of integers</div><div>6) embedded it into erlyvideo and now it can send live stats data from system to plain mysql client!</div><div><br></div><div>Thank you again for this project. I think that mysql server implementation is a very good to export data from erlang to web applications like PHP or Rails.</div><div><br></div></div>