Xojo Cloud and MySql database

Can we connect MySQL database on Xojo cloud from a Xojo application which is not deployed on Xojo cloud.?

TIA

[quote=356923:@devyani gaikwad]Can we connect MySQL database on Xojo cloud from a Xojo application which is not deployed on Xojo cloud.?
TIA[/quote]
The databases on Xojo Cloud only allow connections from localhost. To provide this capability, you should create an api in a web app and connect to it over HTTPS.

ok, thanks