This topic describes how to enable project data protection. If project data protection is enabled, data can flow only within a project and is not allowed to flow out of the project.
Scenario
Jack is the administrator of the prj1 project. The project has a large amount of sensitive user data, such as user ID card numbers, shopping records, and proprietary algorithms used for data mining. Jack wants users in the project to access data only in the project. In this scenario, data can flow only within the project and is not allowed to flow out of the project. This improves data security.
Procedure
use prj1;
set ProjectProtection=true;
use prj1;
add trustedproject prj2;