Skip to content

mysql table function: mysqlxx::ConnectionFailed: SSL connection error: unsupported protocol #325

@380828801

Description

@380828801

Please make sure that the version you're using is still supported (you can find the list here).

You have to provide the following information whenever possible.

Describe what's wrong

A clear and concise description of what works not as it is supposed to.

A link to reproducer in https://fiddle.clickhouse.com/.

Does it reproduce on the most recent release?

The list of releases

Enable crash reporting

Change "enabled" to true in "send_crash_reports" section in config.xml:

<send_crash_reports>
        <!-- Changing <enabled> to true allows sending crash reports to -->
        <!-- the ClickHouse core developers team via Sentry https://sentry.io -->
        <enabled>false</enabled>

How to reproduce

  • chdb version 3.1.2
  • mysql table function
  • mysql version 5.7
import chdb
chdb.query("select * from mysql('192.168.6.45:3306','ds4','fusion_ods_1','ke_dev','ke_dev');")

Image
The use of mysql table functions on clickhouse-server is normal
mysql version 8.0 is normal, but version 5.7 is not

Expected behavior

A clear and concise description of what you expected to happen.

Error message and/or stacktrace

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

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