[MCOL-4853] allow cpimport to work when run with non-super user (like mysql) Created: 2021-08-31 Updated: 2023-11-17 Resolved: 2022-11-02 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | None |
| Fix Version/s: | 23.02.1 |
| Type: | New Feature | Priority: | Critical |
| Reporter: | Allen Herrera | Assignee: | Gagan Goel (Inactive) |
| Resolution: | Won't Do | Votes: | 2 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Currently, to use cpimport you need to use root or another superuser. For security reasons, clients would like to use a non-super user to allow DBAs or automation to use cpimport without escalated privileges. The below steps reproduce the error when trying to hack around and make this work
|
| Comments |
| Comment by Todd Stoffel (Inactive) [ 2022-11-04 ] | ||
|
In
Create a file with the following contents...
obviously changing the name to one of your own choosing. |