Identity Resolution
- Identity Resolution 10.0
- All Products
create schema ssa; use ssa; create user 'ssa'@'%' identified by 'ssa'; grant all on ssa.* to 'ssa'@'%';
Database Type
| Privilege
|
---|---|
Source database without synchronization
| SELECT
|
Target database without synchronization
| SELECT
CREATE
DELETE
DROP
EXECUTE
INSERT
LOCK TABLES
UPDATE
|
Source database with synchronization
| SELECT
CREATE
DELETE
DROP
EXECUTE
INSERT
LOCK TABLES
UPDATE
TRIGGER
|
Target database with synchronization
| SELECT
CREATE
DELETE
EXECUTE
DROP
INSERT
LOCK TABLES
UPDATE
TRIGGER
|