本文介绍了如何保护mysql数据库免受任何人的侵害的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已将我的项目启动到托管公司.但是我担心如何从托管公司保护我的mysql数据库.
I have launched my project to a hosting company. But I am worried about how to protect my mysql database from the hosting company.
我的问题是我如何保护数据库免受托管公司的侵害,使他们无法访问我的数据库/数据.
My question is how can I protect my database from the hosting company so they can't access my database / data.
推荐答案
以下是IT安全性的相关规则:
Here's a relevant rule of IT security:
如果一个坏人可以不受限制地物理访问您的计算机,那么它就不再是您的计算机了."
"If a bad guy has unrestricted physical access to your computer, it's not your computer anymore."
http://technet.microsoft.com/en-us/library/cc722487.aspx
这篇关于如何保护mysql数据库免受任何人的侵害的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!