Unlike the MariaDB driver, there does not appear to be any support for connecting to a remote SQLLite database via ssh tunelling (as in using PuTTY's ssh tunelling feature).
- Any thoughts?
Thanks
Unlike the MariaDB driver, there does not appear to be any support for connecting to a remote SQLLite database via ssh tunelling (as in using PuTTY's ssh tunelling feature).
Thanks
Cannot seem to edit my post...
For the above a typical scenario would be to have PuTTY establish a TCP/IP tunnel from the "localhost" running HeidiSQL to the actual host that is running SQLLite.
...from HeidiSQL perspective localhost:3306 seems to be the default and unchangeable target parameters.
I figured that PuTTY would intercept the 127.0.0.1 request (as this is how I configured it for testing) coming from HeidiSQL and redirect it to the target host over TCP/IP port 3306.
When I attempt to connect in this fashion, the entire HeidiSQL application crashes
HeidiSQL uses the sqlite3_open
method which supports a filename, not some TCP/IP address. So, no, HeidiSQL does not have any "localhost" parameter for SQLite sessions. Additionally, 3306 is only the default port for MySQL and MariaDB connections, not for the other modes. Again, in SQLite, there is no port used in HeidiSQL.
There is no SSH tunnel support for SQLite in HeidiSQL, which would make no sense if you just open a file, anway if it's a local file or a file on a SMB share.
Please login to leave a reply, or register at first.