Topic: i have account vps i want working in software vps

how i  can connect sqlite on vps server from another pc...ineed help

Post's attachments

Attachment icon 22.png 150.38 kb, 243 downloads since 2016-05-02 

Re: i have account vps i want working in software vps

SQLite it's not client-server database, you can't use it for remote connection (via internet), you can use it only on local network, in your case you should use MySQL database.

Dmitry.