Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
1.4
-
None
Description
The documentation for ColumnStore 1.4 needs to include instructions to create a database user for 'cross engine join' that includes both a TCP host (ie '%') and a socket host (ie localhost)
GRANT SELECT ON *.* TO 'cej'@'127.0.0.1' IDENTIFIED BY '8char^Pass'; |
GRANT SELECT ON *.* TO 'cej'@'localhost' IDENTIFIED BY '8char^Pass'; |