I have two files. The first one has the connection and the getting of data. I import mysql.connector. This file is called tasksSql.py
def get_users(): im
I had problem with my MySQL installation, I was given this error:
import mysql.connector ModuleNotFoundError: No module named 'mysql' (zrealestate) [root@localhost zrealestate]# brew install mysql -bash: brew: command not found
But I resolved it with this:
pip install mysql-connector-python