Skip to content
New issue

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

Improve proxy detection for Azure MySQL Flexible Server #1093

Closed
bgrainger opened this issue Nov 28, 2021 · 1 comment
Closed

Improve proxy detection for Azure MySQL Flexible Server #1093

bgrainger opened this issue Nov 28, 2021 · 1 comment
Assignees

Comments

@bgrainger
Copy link
Member

Azure Database for MySQL - Flexible Server is a different MySQL deployment that doesn't sit behind a proxy (like regular Azure Database for MySQL - Single Server).

It doesn't use a proxy, but is auto-detected as possibly having one, so an unnecessary roundtrip is performed to get the "real" server details.

It should be possible to avoid the check because most Flexible Server user names do not contain an @, while Single Server user names do (so that the proxy can forward the request properly).

@bgrainger
Copy link
Member Author

Improved in 2.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant