[MCOL-941] mysql password in a different file than what ColumnStore supports Created: 2017-09-26 Updated: 2023-11-21 Resolved: 2019-05-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hill (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Won't Fix | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Amazon EC2 |
||
| Description |
|
Customer reporting issue below, discovered they had the mysql password in a different location than what out code is expecting. Our code is checking here: $HOME/.my.cnf Customer has it in mysql.user Side note: I'm seeing errors in the log related to replication that were not there before. |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-11-03 ] |
|
mysql.user is not a file, it's a reference to the system table. I don't think there is anything else to be done here. The current product requires the password be in .my.cnf for performing software upgrades. |