>>103210833
Trying to connect to running mysql server through p1_mysql erlang module but I am getting errors:
p1_mysql_conn:start('localhost',3306,'username','','dbname','undefined').
** exception error: no function clause matching
p1_mysql_conn:start(localhost,3306,username,'',dbname,
5000,undefined,[]) (src/p1_mysql_conn.erl, line 127)
There is almost no example of this on internet.