Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 Mysql 关系数据库的 Java Web 应用程序。我希望只有 Web 应用程序才能访问、写入和删除数据库中的数据,并防止数据库管理员直接更改数据库。可能吗?
无法阻止数据库管理员访问 MySQL 中的数据库。据我所知,只有 Oracle Database Vault 可以做到这一点。