Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

"2020-09-28: Improve README" #1

Open
Ranzo3 opened this issue Sep 30, 2020 · 1 comment
Open

"2020-09-28: Improve README" #1

Ranzo3 opened this issue Sep 30, 2020 · 1 comment

Comments

@Ranzo3
Copy link

Ranzo3 commented Sep 30, 2020

  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.

@arunskurian
Copy link
Collaborator

Updated documentation
https://delphix.github.io/mysqllinux/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants