[MDEV-20891] Root pass change Created: 2019-10-24 Updated: 2019-11-05 Resolved: 2019-11-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.2.23, 10.3.14, 10.4.8 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Roman | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Hi,
mariadb wants to change root password. Same with mysqladmin version o, mysqladmin debug o, etc. The problem is probably the letter o. |
| Comments |
| Comment by Elena Stepanova [ 2019-11-05 ] |
|
o prefix unambiguously resolves to old-password command, which mysqladmin attempts to execute. It's the same with all command prefixes – commands may be shortened, as specifically mentioned in mysqladmin --help. |