You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by same config, when use aiomysql, its ok, and uninstall aiomysql, install asyncmy, its error.
self._pool = await mysql.create_pool(password=self.password, **self._template)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "asyncmy/pool.pyx", line 216, in _create_pool
File "asyncmy/pool.pyx", line 217, in asyncmy.pool._create_pool
File "asyncmy/pool.pyx", line 145, in fill_free_pool
File "asyncmy/connection.pyx", line 1343, in _connect
File "asyncmy/connection.pyx", line 594, in connect
File "asyncmy/connection.pyx", line 572, in asyncmy.connection.Connection.connect
File "asyncmy/connection.pyx", line 831, in _request_authentication
File "asyncmy/connection.pyx", line 644, in read_packet
File "asyncmy/protocol.pyx", line 190, in asyncmy.protocol.MysqlPacket.raise_for_error
File "asyncmy/protocol.pyx", line 194, in asyncmy.protocol.MysqlPacket.raise_for_error
File "asyncmy/errors.pyx", line 128, in asyncmy.errors.raise_mysql_exception
File "asyncmy/errors.pyx", line 137, in asyncmy.errors.raise_mysql_exception
asyncmy.errors.OperationalError: (1043, 'Bad handshake')
other
diff pymysql/connection.py and asyncmy/connection.pyx, no significant differences were found on create_ssl.
The text was updated successfully, but these errors were encountered:
custom SSL cert Error different aiomysql
env
code
conn_params
conn
error
by same config, when use
aiomysql
, its ok, and uninstall aiomysql, install
asyncmy, it
s error.other
diff pymysql/connection.py and asyncmy/connection.pyx, no significant differences were found on create_ssl.
The text was updated successfully, but these errors were encountered: