> On Tue, May 11, 2021, at 12:41 PM, Rob Marshall wrote:
>
> Hi Mike,
>
> Apparently it was the driver. I changed the create_engine to:
>
> engine = create_engine('mysql://user:pass...@127.0.0.1/options
> <http://user:password@127.0.0.1/options>')
>
8.0/en/information-schema-processlist-table.html
>
>
>
> On Tue, May 11, 2021, at 10:29 AM, Rob Marshall wrote:
>
> Hi,
>
> I'm updating a MySQL (MariaDB) database using Pandas and sqlalchemy. I am
> seeing it hang on a ROLLBACK but I'm not sure how to determine w
Hi,
I'm updating a MySQL (MariaDB) database using Pandas and sqlalchemy. I am
seeing it hang on a ROLLBACK but I'm not sure how to determine what is
causing the ROLLBACK. Below is a session with DEBUG enabled. Any help would
be appreciated.
The engine is created with:
engine =
create_engine