delphix / mysqllinux

MySQLVirtualization Plugin for Delphix
Apache License 2.0
1 stars 9 forks source link

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

Open Ranzo3 opened 3 years ago

Ranzo3 commented 3 years ago

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@ IDENTIFIED BY 'delphix123' GRANT SELECT, RELOAD, REPLICATION CLIENT,REPLICATION SLAVE,SHOW VIEW, EVENT, TRIGGER on . to 'delphix_os'@'';

Add flush privileges;

2) Add Eliminate GRANT ALL, use least need privs

3) 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.

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

arunskurian commented 3 years ago

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