简体   繁体   中英

remote access sqlite or mysql database

I am using sqlite for my offline J2EE applicaion . But I have two client and I want to connect database of two clients together .

Can I do it with sqlite or I have to change mysql ? And can you show me which host can help me solve this problem.

You cannot access SQLite remotely just using its native capabilities without some kind of an extra bridge, eg ssh tunnel or a custom proxy daemon. MySQL and a number of other databases do provide remote access. There are a lot of hosting providers that manage MySQL for you, eg Rackspace, Amazon, Bluehost, and many others, or if you just get a host with Linux and root access you can install it yourself, and there are many providers that can give you that - I personally like Linode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM