aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.74k stars 256 forks source link

how to connect using SSH? #812

Closed ghost closed 2 years ago

ghost commented 2 years ago

Describe the bug

tell me how to connect with SSH I SEE SSL . But ssh I do not see

To Reproduce

.

Expected behavior

.

Logs/tracebacks

.

Python Version

$ python --version

aiomysql Version

$ python -m pip show aiomysql

PyMySQL Version

$ python -m pip show PyMySQL

SQLAlchemy Version

$ python -m pip show sqlalchemy

OS

Window

Database type and version

SELECT VERSION();

Additional context

tell me how to connect with SSH I SEE SSL . But ssh I do not see

Code of Conduct