-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I was able to create the database without a problem using MySQL 5.7, but when using MariaDB 10, I keep getting the same error below. Not sure if it's a timeout issue or an actual bug causing the disconnection.
File "/root/.local/share/virtualenvs/ZeroScraper-NYgLjCjb/lib/python3.7/site-packages/pymysql/connections.py", line 707, in _read_bytes
CR.CR_SERVER_LOST, "Lost connection to MySQL server during query")
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2013, 'Lost connection to MySQL server during query')
[SQL: ALTER TABLE Site ADD COLUMN airtable_id VARCHAR(256)]
(Background on this error at: http://sqlalche.me/e/e3q8)
Metadata
Metadata
Assignees
Labels
No labels