[MDBF-275] Connect Google Apps Script with local MariaDB instance Created: 2021-09-28 Updated: 2023-12-02 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Anel Husakovic |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Windows |
||
| Attachments: |
|
| Description |
|
Google Apps Script https://script.google.com/home/ have built-in JDBC connector used to connect to MySQL. There are couple of tutorials out there showing how to do it on some free hosting MySQL databases.
|
| Comments |
| Comment by Anel Husakovic [ 2021-09-28 ] | |
|
Looking the Notes paragraph from Connect to MySQL article seems that firewall should be allowed for some IPs. Have tested port forwarding with: https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap What leads me to the conclusion that MariaDB is not supported by Google Apps Scripts. | |
| Comment by Anel Husakovic [ 2023-11-13 ] | |
|
Update: Found blog that should work with JDBC, have to test it. | |
| Comment by Anel Husakovic [ 2023-12-02 ] | |
|
The blog above speaks about using JDBC driver to connect to ODBC driver (I guess through ODBC REST if something like this exist?)
There is feature request for JDBC support for Postgresql |