So
sql_users = "INSERT INTO users (user_id) VALUES (%s)"
new_usr_to_db = (user_id_to_reg)
cursor.execute(sql_users, new_usr_to_db)
ошибка: mysql.connector.errors.ProgrammingError: 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= (%s)' at line 1