charles-001 / dolphie

Your single pane of glass for real-time analytics into MySQL/MariaDB & ProxySQL
https://pypi.org/project/dolphie/
GNU General Public License v3.0
589 stars 36 forks source link

IndexError: tuple index out of range #55

Closed ppfloydde closed 6 months ago

ppfloydde commented 6 months ago

As I try to connect to a 11.2.2-MariaDB I get the following Traceback:

IndexError: tuple index out of range

dolphie_traceback.txt

Connecting with normal MySQL/MariaDB Client is working. Connecting to other MariaDB and MySQL Server is working also.

charles-001 commented 6 months ago

Hi @ppfloydde - thanks for sharing the traceback. It seems the issue stems from pymsql when it tries to run self._request_authentication which returns received unknown auth switch request. I'm not sure what exactly with pymysql is the issue here unless it doesn't currently support MariaDB 11.2.2.

charles-001 commented 6 months ago

Also, I am not supporting MariaDB at this time so any issues you find with using it will be on your own time to fix if you'd like to submit a PR :)