Skip to content
matteoredaelli edited this page Sep 13, 2010 · 1 revision

application:start(emysql).
emysql:add_pool(mypoolname,1,“username”,“mypassword”,“myhost”,3306,“mydatabase”,utf8).
R= emysql:execute(moodle,<<“SELECT * from mytable”>>).

Clone this wiki locally