How to connect to a MySQL Server from a Firefox add-on? Is there a way to connect directly to a mysql server?
I have tried:
- package "MySQLXPCOM" is no longer under active development/outdated
- package "mozdb" is not running
- execution of jar file (from within the add-on) with mysql connector runs not correctly
I do not want to create a PHP script which executes the commands.
Any ideas?