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
when I use mysql client connect to arana, I got an error that
ERROR 1045 (28000): Access denied for user 'root'
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible): this is my config file
config.txt
Anything else we need to know?:
I try to debug code. And found the error in mysql/server.go line 541
Because GetTenants() return nil, so, no tenant matched. And return an Access denied Error
The text was updated successfully, but these errors were encountered:
why my config don't load tenant info ? I need create an arana tenant?
Sorry, something went wrong.
No branches or pull requests
when I use mysql client connect to arana, I got an error that
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
this is my config file
config.txt
Anything else we need to know?:
I try to debug code. And found the error in mysql/server.go line 541
Because GetTenants() return nil, so, no tenant matched. And return an Access denied Error
The text was updated successfully, but these errors were encountered: