Skip to content

Improve proxy detection for Azure MySQL Flexible Server #1093

@bgrainger

Description

@bgrainger

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions