Skip to content
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
@Ranzo3

Description

@Ranzo3
  1. 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;

  1. Add Eliminate GRANT ALL, use least need privs

  2. 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.

  3. Specify to add plugin to Delphix (Reference docs), discover environment, add database, link dsource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions