As of Connector/Python 2.2.2, if the MySQL server supports SSL connections, Connector/Python attempts to establish a secure (encrypted) connection by default, falling back to an unencrypted connection ...
'ssl.ca.location': '/path/to/ca.crt', # CA certificate file location 'ssl.cert.location': '/path/to/client.crt', # Client certificate file location 'ssl.key.location ...
Oracleの資格を欲しいと思っているので使用している英語の勉強もかねて受講した。 自分でも感覚でやってる部分があってそこで間違いがあった。 やはり設定系にミスが多いので自分の反省点とする これによりMySQLデータベースへの接続、クエリの実行が可能 ...