radondb-mysql-kubernetes
radondb-mysql-kubernetes copied to clipboard
Access denied for user 'root'@'x.x.x.x'
After deployment following the above tutorial. https://github.com/radondb/radondb-mysql-kubernetes/blob/main/docs/kubernetes/deploy_radondb-mysql_on_kubernetes.md#%E9%80%9A%E8%BF%87-git-%E9%83%A8%E7%BD%B2
I can't connect to leader remotely. How could I make it so I can connect to radondb remotely? Thanks a lot!
Hi! thanks for your contribution! great first issue!
Hello, you can refer to here for account management related questions #182.
By default, the root account does not support remote access.
I didn't find command for allowing the root account to support remote access in this reference. https://github.com/radondb/xenon/blob/master/docs/xenoncli_commands.md#2-mysql-operation @runkecheng
I didn't find command for allowing the root account to support remote access in this reference. https://github.com/radondb/xenon/blob/master/docs/xenoncli_commands.md#2-mysql-operation @runkecheng
You can create a super user and enable remote access instead of opening remote access for the root account.
I didn't find command for allowing the root account to support remote access in this reference. https://github.com/radondb/xenon/blob/master/docs/xenoncli_commands.md#2-mysql-operation @runkecheng
Each pod has a xenon container, you can enter the xenon container to execute xenoncli. You can refer here
Got it!