How is it possible to set my database file file.sql/file.db etc to be accessible only by some particular IP addresses ? What tool or methods help me do this ? Thank you/
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a PHP script which act as a proxy to your database. The script returns the file content if (and only if) called from the specific IP, returns an error otherwise.