You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: