Hi there,
I am developing a plugin to connect to mysql database and retrieve some data based on each box mac address.
I am done with the mac address side and password protection and generation side.
Now, i am trying to connect to mysql using the same plugin, however it gives me some errors (mysql_init() not valid or initialiezed) when executing the plugin in the box.
anyone have any idea about how to connect to mysql using cdk? or if it doesnt support mysql, is there any other database engine that it does support???
I am developing a plugin to connect to mysql database and retrieve some data based on each box mac address.
I am done with the mac address side and password protection and generation side.
Now, i am trying to connect to mysql using the same plugin, however it gives me some errors (mysql_init() not valid or initialiezed) when executing the plugin in the box.
anyone have any idea about how to connect to mysql using cdk? or if it doesnt support mysql, is there any other database engine that it does support???
If I don't put this file, plugin breaks on error undefined symbol.
)
Comment