We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently TiDB creates a root user with no password, that is bound to 0.0.0.0/::.
0.0.0.0/::
There should be a way to bootstrap securely.
--initialize-insecure
--initialize-secure
The text was updated successfully, but these errors were encountered:
This has been added for now. It is waiting on installers to upgrade before being considered for enabling by default.
Sorry, something went wrong.
No branches or pull requests
Enhancement
Currently TiDB creates a root user with no password, that is bound to
0.0.0.0/::
.There should be a way to bootstrap securely.
Subtasks
--initialize-insecure
and--initialize-secure
#28485The text was updated successfully, but these errors were encountered: