[MDEV-19316] mysql_secure_installation should offer to rename root user Created: 2019-04-23 Updated: 2022-06-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.5 |
| Type: | Task | Priority: | Minor |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Anel Husakovic |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
mysql_secure_installation should offer to rename root to another name (default to short hostname) before prompting for root password change. |
| Comments |
| Comment by Manjot Singh (Inactive) [ 2019-04-26 ] |
|
I did a PR for this: https://github.com/MariaDB/server/pull/1288 @serg |
| Comment by Vicențiu Ciorbaru [ 2022-02-07 ] |
|
Hi anel! Given that I am assigned as a reviewer for this task, here is my input. 1. There clearly has been a lot of work that went into https://github.com/MariaDB/server/commit/8977ad6c7772cf132c0a9400a0a6dbde31c17fe7. This is a patch that attempts to fix too many things at once. On top of that it hardly tests the use cases for all the MDEVs mentioned. 2. As for the task itself: |