I\'m trying to use import mysql.connector to SELECT * from a table with ~1.9million rows in a remote database.
import mysql.connector
SELECT *
When I run the same query us