Re: [sqlalchemy] Aborted connections

2021-02-28 Thread Mike Bayer
hi - *many* details are not here, database in use, driver, versions, etc.Most people won't be able to help with a problem like this without basic details. As it turns out I can tell you are using MySQL or MariaDB and the error is described at

Re: [sqlalchemy] Can I do Kerberos delegation, ideally constrained, with SQLAlchemy?

2021-02-28 Thread Mike Bayer
On Sat, Feb 27, 2021, at 7:42 PM, Dmitri Etkine wrote: > Mike, thanks for quick reply! "Mysql/connector python" - it is > "mysql+mysqldb://..." connectors, right? Will look into driver details mysqlconnector:

[sqlalchemy] Aborted connections

2021-02-28 Thread William Edwards
Hello, Since implementing SQLAlchemy, my logs have been filling up with 'Aborted connection' messages. -- Aborted connection 294656 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error reading communication packets) -- However, according to the documentation, my code should make