Skip to content

Add support to sha256_password #840

@moheikal1979

Description

@moheikal1979

I have tried to connect to clickhouse using the block of code below. However it looks like connectorx doesn't provide support to sha256_password type.

--code--
import connectorx as cx
conn = 'mysql://username:password@server:port/database'
query = 'SELECT * FROM table'
cx.read_sql(conn, query)

--response--
DriverError { Unknown authentication protocol: sha256_password }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions