[MCOL-3797] Documentation - Cross engine join user permissions need to be for socket and TCP Created: 2020-02-15  Updated: 2021-02-25  Resolved: 2021-02-25

Status: Closed
Project: MariaDB ColumnStore
Component/s: Documentation
Affects Version/s: 1.4
Fix Version/s: 1.4.5

Type: Bug Priority: Major
Reporter: Todd Stoffel (Inactive) Assignee: Geoff Montee (Inactive)
Resolution: Done Votes: 0
Labels: 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';


Generated at Thu Feb 08 02:45:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.