Android Question MySQL Database in Localhost

wineos

Member
Licensed User
Longtime User
Can anyone teach me, how to connect to MySQL database, which can only be connected in localhost?

That MySQL database is on my Web Hosting server, which I cannot add any files and run any files in the root.

Thank you so much
 

DonManfred

Expert
Licensed User
Longtime User
Either MySQL runs on a local machine ("at home") or on a server outside. So what do you want to do exactly?
I interpreted his whish like this:

He has an Hosting at some internet provider. On this hosting he can use (for ex) php to connect to the database which is accessible through localhost.
He want to access this database from his device (man in the middle needed; php, RDC(2))
In fact seems that the database is not accessible from outside due to restrictions of his hoster.
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Upvote 0
Top