Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable server public key retrieval in python scripts (#10413)
When using an un-encrypted connection MySQL 8 requires password encryption that uses the server public key. The client enables retrieval of the server public key by passing 'get-server-public-key' in the connection URL. The python mysqlclient library passes as a parameter named 'MYSQL_OPT_GET_SERVER_PUBLIC_KEY' to the MySQL C-library.
- Loading branch information