This repository was archived by the owner on Apr 20, 2023. It is now read-only.
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
"2020-09-28: Improve README" #1
Open
Description
- Change Grant to 2 statements, explicitly CREATE USER so it works even if implicit user creation is off, and to avoid creating a user with no password. Match username delphix_os
CREATE USER delphix_os@<staging_host> IDENTIFIED BY 'delphix123'
GRANT SELECT, RELOAD, REPLICATION CLIENT,REPLICATION SLAVE,SHOW VIEW, EVENT, TRIGGER on . to 'delphix_os'@'<staging_host>';
Add flush privileges;
-
Add Eliminate GRANT ALL, use least need privs
-
Specify to create delphix_os as a typical Delphix target user. Reference the docs. Specify to refresh the target and insure connectivity to delphix_os.
-
Specify to add plugin to Delphix (Reference docs), discover environment, add database, link dsource.
Metadata
Metadata
Assignees
Labels
No labels