Skip to content

Error when creating db using MariaDB #124

@bwlynch

Description

@bwlynch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions