Answer the question
In order to leave comments, you need to log in
How to connect to sqlite db on remote server?
On a remote machine (ubuntu), a python program is running that created a database (sqlite3), and writes some data there.
From time to time you need to look at what's in the database.
Question:
How can I remotely connect to the database from my home PC? Make selects.
Answer the question
In order to leave comments, you need to log in
Sqlite - файловая база. Нужна либо программа(локальная утилита способная делать запросы и выводить результат) на том сервере(и доступ на него RDP,SSH) либо скачивать базу целиком(FTP,SMB) и ковырять локально.
Connect via SSH and use the sqlite3 program for fetches. You don't need to download the file locally.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question