trove/releasenotes/notes/mysql-root-fix-35079552e25170ca.yaml
Petr Malik 52bc1ab9c8 Do not remove root user on disable
The existence of the root user (with remote access)
is used to determine whether root was ever enabled on a restored
instance.
Do not remove it, just generate a new random password for it.

Change-Id: I8a4321ac062b1ec565945b49dbb7c619b6da867f
Closes-Bug: 1549600
2016-04-15 07:54:12 -04:00

5 lines
131 B
YAML

---
fixes:
- Do not remove MySQL root user on root-disable so that the
proper status can be reported on restore. Bug 1549600