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
Is your feature request related to a problem? Please describe.
It is not recommended to log in directly with the root account
use the root password to log into the root account should uncomment the mysqlRootPassword and set allowEmptyRootPassword to false
mysqlRootPassword
allowEmptyRootPassword
false
Describe the solution you'd like
Execute the following instructions in the xenon container of the leader node to create a super user:
xenoncli mysql createsuperuser <user> <host> <password> <YES / NO>
The last parameter represents whether to enable ssl.
Describe alternatives you've considered
Added a document introducing xenoncli commands
Additional context
none
The text was updated successfully, but these errors were encountered:
docs: remove the step to configure the root password radondb#105
17d09e3
Merge pull request #106 from runkecheng/main
89fff11
docs: remove the step to configure the root password #105
cb85f41
Merge pull request radondb#106 from runkecheng/main
1bb4fa7
runkecheng
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
It is not recommended to log in directly with the root account
use the root password to log into the root account should uncomment the
mysqlRootPassword
and setallowEmptyRootPassword
tofalse
Describe the solution you'd like
Execute the following instructions in the xenon container of the leader node to create a super user:
The last parameter represents whether to enable ssl.
Describe alternatives you've considered
Added a document introducing xenoncli commands
Additional context
none
The text was updated successfully, but these errors were encountered: