Hi there, I installed a mysql database with the python connector but when I'm trying to test if the connector works with "import mysql.connector" I'm getting the following error: ImportError: bad magic number in 'mysql': b'T\r\r\n'
I couldn't find anything specific about "b'T\r\r\n'" on the net. Would anybody be able to help me with this? Thank you.
I couldn't find anything specific about "b'T\r\r\n'" on the net. Would anybody be able to help me with this? Thank you.