How to connect to MySQL-server from the Firefox Add-ons? Is there a way to directly connect to the mysql server?
I tried:
- package "MySQLXPCOM" is no longer in active development / outdated
- package "mozdb" does not work
- perform jar file (from inside the superstructure) via mysql connector incorrectly performed
I do not want to create PHP script, which executes the commands.
Any ideas?
source share