When I use pip install mysql-connector-python, then try cursor.callproc. The error occurred: Failed calling stored routine; bytearray index out of range
Therefore I have to uninstall mysql-connector-python, then install mysql-connector. And it works.
What 's the problem with mysql-connector-python ?
Therefore I have to uninstall mysql-connector-python, then install mysql-connector. And it works.
What 's the problem with mysql-connector-python ?