How To Access A Remote Database

hisslikesnake

New member
Just wanted to connect to a database which is not on the server on which the website is being hosted. Does any body know how can a remote database is accessed and if the remote server where this database is lying will give permission to access the database on it.

If that server is denying the permission to access remote database than what setting shall be changed on the server in order to allow remote access of that databases so that data can be read , write and modified.
 
What type of database is it? If it's a MySQL database, they could give you login credentials even if it is not on your server. You can access it through something like PhpMyAdmin.
 
Back
Top